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 3854 of file InstCombineAndOrXor.cpp.
|
inline |
Definition at line 3861 of file InstCombineAndOrXor.cpp.
References Factor, Mask, llvm::Other, and X.
APInt DecomposedBitMaskMul::Factor |
Definition at line 3856 of file InstCombineAndOrXor.cpp.
Referenced by isCombineableWith().
APInt DecomposedBitMaskMul::Mask |
Definition at line 3857 of file InstCombineAndOrXor.cpp.
Referenced by isCombineableWith().
bool DecomposedBitMaskMul::NSW |
Definition at line 3859 of file InstCombineAndOrXor.cpp.
bool DecomposedBitMaskMul::NUW |
Definition at line 3858 of file InstCombineAndOrXor.cpp.
Value* DecomposedBitMaskMul::X |
Definition at line 3855 of file InstCombineAndOrXor.cpp.
Referenced by isCombineableWith().