LLVM: DecomposedBitMaskMul Struct Reference (original) (raw)

Public Attributes
Value * X
APInt Factor
APInt Mask
bool NUW
bool NSW

Detailed Description

Definition at line 3854 of file InstCombineAndOrXor.cpp.

Member Function Documentation

isCombineableWith()

Member Data Documentation

Factor

APInt DecomposedBitMaskMul::Factor

Mask

APInt DecomposedBitMaskMul::Mask

NSW

bool DecomposedBitMaskMul::NSW

NUW

bool DecomposedBitMaskMul::NUW

X

Value* DecomposedBitMaskMul::X


The documentation for this struct was generated from the following file: