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