Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DPatternMatch.h265 inline cst_pred_ty<is_all_ones> m_AllOnes() {return cst_pred_ty<is_all_ones>();} in m_AllOnes() function
266 inline api_pred_ty<is_all_ones> m_AllOnes(const APInt *&V) { return V; } in m_AllOnes() function
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp132 if (match(Op1, m_AllOnes())) // X * -1 == 0 - X in visitMul()
982 if (match(Op1, m_AllOnes())) in visitSDiv()
DInstCombineAddSub.cpp1477 if (match(Op0, m_AllOnes())) in visitSub()
DInstCombineCompares.cpp2921 match(B, m_AllOnes())) in visitICmpInst()
2926 match(B, m_AllOnes())) in visitICmpInst()
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp1336 if (match(Op0, m_AllOnes())) in SimplifyAShrInst()
1388 if (match(Op1, m_AllOnes())) in SimplifyAndInst()
1482 if (match(Op1, m_AllOnes())) in SimplifyOrInst()