Searched refs:m_LowBitMask (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | PatternMatch.h | 673 inline cst_pred_ty<is_lowbit_mask> m_LowBitMask() { in m_LowBitMask() function 676 inline api_pred_ty<is_lowbit_mask> m_LowBitMask(const APInt *&V) { return V; } in m_LowBitMask() function 1490 PatternMatch::match(Op->getOperand(0), m_LowBitMask())) in match()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | CorrelatedValuePropagation.cpp | 1211 if (!match(BinOp->getOperand(1), m_LowBitMask(RHS))) in processAnd()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineSimplifyDemanded.cpp | 604 if (match(I->getOperand(0), m_LowBitMask(LHSC)) && in SimplifyDemandedUseBits()
|
| H A D | InstCombineCompares.cpp | 2011 m_LowBitMask(Msk))) && in foldICmpAndConstant() 5205 match(Op0, m_And(m_BinOp(BO), m_LowBitMask(C))) && in foldICmpBinOp() 5214 match(Op1, m_And(m_BinOp(BO), m_LowBitMask(C))) && in foldICmpBinOp() 6077 if (match(Op0, m_And(m_Value(B), m_LowBitMask(MaskC))) && in foldICmpEquality()
|
| H A D | InstCombineAddSub.cpp | 1805 m_And(m_Deferred(X), m_LowBitMask(Mask)), in visitAdd()
|
| H A D | InstCombineAndOrXor.cpp | 1220 if (!match(Cmp->getOperand(1), m_LowBitMask(C)) || in foldEqOfParts()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SCCPSolver.cpp | 247 if (match(&Inst, m_And(m_Value(X), m_LowBitMask(RHSC)))) { in simplifyInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 881 match(Op0, m_LowBitMask())) in simplifySubInst() 2556 match(Op1, m_LowBitMask())) in simplifyXorInst()
|
| H A D | ValueTracking.cpp | 10220 m_And(m_Deferred(X), m_LowBitMask(C2)), in stripNullTest()
|