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

  /external/llvm/include/llvm/IR/
PatternMatch.h 264 /// m_AllOnes() - Match an integer or vector with all bits set to true.
265 inline cst_pred_ty<is_all_ones> m_AllOnes() {return cst_pred_ty<is_all_ones>();}
266 inline api_pred_ty<is_all_ones> m_AllOnes(const APInt *&V) { return V; }
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 132 if (match(Op1, m_AllOnes())) // X * -1 == 0 - X
    [all...]
InstCombineAddSub.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]

Completed in 380 milliseconds