Searched refs:m_AllOnes (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | PatternMatch.h | 252 inline cst_pred_ty<is_all_ones> m_AllOnes() { in m_AllOnes() function 255 inline api_pred_ty<is_all_ones> m_AllOnes(const APInt *&V) { return V; } in m_AllOnes() function
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 182 if (match(Op1, m_AllOnes())) { in visitMul() 1119 if (match(Op1, m_AllOnes())) in visitSDiv()
|
D | InstCombineSelect.cpp | 691 } else if (Pred == ICmpInst::ICMP_SGT && match(CmpRHS, m_AllOnes())) { in visitSelectInstWithICmp()
|
D | InstCombineAddSub.cpp | 1540 if (match(Op0, m_AllOnes())) in visitSub()
|
D | InstCombineCompares.cpp | 3305 match(B, m_AllOnes())) in visitICmpInst() 3310 match(B, m_AllOnes())) in visitICmpInst()
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 1425 if (match(Op0, m_AllOnes())) in SimplifyAShrInst() 1571 if (match(Op1, m_AllOnes())) in SimplifyAndInst() 1730 if (match(Op1, m_AllOnes())) in SimplifyOrInst() 3198 match(ICI->getOperand(1), m_AllOnes())) { in SimplifySelectInst()
|