Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DPatternMatch.h212 inline cst_pred_ty<is_all_ones> m_AllOnes() {return cst_pred_ty<is_all_ones>();} in m_AllOnes() function
213 inline api_pred_ty<is_all_ones> m_AllOnes(const APInt *&V) { return V; } in m_AllOnes() function
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp518 if (match(Op0, m_AllOnes())) in visitSub()
DInstCombineMulDivRem.cpp109 if (match(Op1, m_AllOnes())) // X * -1 == 0 - X in visitMul()
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp1293 if (match(Op0, m_AllOnes())) in SimplifyAShrInst()
1345 if (match(Op1, m_AllOnes())) in SimplifyAndInst()
1444 if (match(Op1, m_AllOnes())) in SimplifyOrInst()