Home
last modified time | relevance | path

Searched refs:m_AllOnes (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/IR/
DPatternMatch.h252 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/
DInstCombineMulDivRem.cpp182 if (match(Op1, m_AllOnes())) { in visitMul()
1119 if (match(Op1, m_AllOnes())) in visitSDiv()
DInstCombineSelect.cpp691 } else if (Pred == ICmpInst::ICMP_SGT && match(CmpRHS, m_AllOnes())) { in visitSelectInstWithICmp()
DInstCombineAddSub.cpp1540 if (match(Op0, m_AllOnes())) in visitSub()
DInstCombineCompares.cpp3305 match(B, m_AllOnes())) in visitICmpInst()
3310 match(B, m_AllOnes())) in visitICmpInst()
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp1425 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()