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 3846 of file InstCombineAndOrXor.cpp.
|
inline |
Definition at line 3853 of file InstCombineAndOrXor.cpp.
References Factor, Mask, llvm::Other, and X.
APInt DecomposedBitMaskMul::Factor |
Definition at line 3848 of file InstCombineAndOrXor.cpp.
Referenced by isCombineableWith().
APInt DecomposedBitMaskMul::Mask |
Definition at line 3849 of file InstCombineAndOrXor.cpp.
Referenced by isCombineableWith().
bool DecomposedBitMaskMul::NSW |
Definition at line 3851 of file InstCombineAndOrXor.cpp.
bool DecomposedBitMaskMul::NUW |
Definition at line 3850 of file InstCombineAndOrXor.cpp.
Value* DecomposedBitMaskMul::X |
Definition at line 3847 of file InstCombineAndOrXor.cpp.
Referenced by isCombineableWith().