HomeSort by relevance Sort by last modified time
    Searched refs:m_AllOnes (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/IR/
PatternMatch.h 252 inline cst_pred_ty<is_all_ones> m_AllOnes() {
255 inline api_pred_ty<is_all_ones> m_AllOnes(const APInt *&V) { return V; }
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 182 if (match(Op1, m_AllOnes())) {
    [all...]
InstCombineSelect.cpp 691 } else if (Pred == ICmpInst::ICMP_SGT && match(CmpRHS, m_AllOnes())) {
    [all...]
InstCombineAddSub.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]

Completed in 112 milliseconds