LLVM 22.0.0git
|
Public Member Functions | |
bool | isCombineableWith (const DecomposedBitMaskMul Other) |
Public Attributes | |
Value * | X |
APInt | Factor |
APInt | Mask |
bool | NUW |
bool | NSW |
Definition at line 3839 of file InstCombineAndOrXor.cpp.
|
inline |
Definition at line 3846 of file InstCombineAndOrXor.cpp.
References Factor, Mask, llvm::Other, and X.
APInt DecomposedBitMaskMul::Factor |
Definition at line 3841 of file InstCombineAndOrXor.cpp.
Referenced by isCombineableWith().
APInt DecomposedBitMaskMul::Mask |
Definition at line 3842 of file InstCombineAndOrXor.cpp.
Referenced by isCombineableWith().
bool DecomposedBitMaskMul::NSW |
Definition at line 3844 of file InstCombineAndOrXor.cpp.
bool DecomposedBitMaskMul::NUW |
Definition at line 3843 of file InstCombineAndOrXor.cpp.
Value* DecomposedBitMaskMul::X |
Definition at line 3840 of file InstCombineAndOrXor.cpp.
Referenced by isCombineableWith().