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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 573 } else if (Pred == ICmpInst::ICMP_SGT && match(CmpRHS, m_AllOnes())) {
    [all...]
InstCombineCompares.cpp     [all...]
InstCombineAddSub.cpp     [all...]
InstCombineMulDivRem.cpp 189 if (match(Op1, m_AllOnes())) {
    [all...]
InstCombineAndOrXor.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 933 match(Op1, m_AllOnes()))
    [all...]
InstCombineAndOrXor.cpp     [all...]
InstCombineSelect.cpp 529 if ((IsEqualZero && !match(CmpRHS, m_AllOnes())) ||
    [all...]
InstCombineMulDivRem.cpp 144 if (match(Op1, m_AllOnes())) {
    [all...]
InstCombineCompares.cpp     [all...]
InstCombineCasts.cpp     [all...]
InstCombineCalls.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
PatternMatch.h 189 /// m_AllOnes() - Match an integer or vector with all bits set to true.
190 inline cst_pred_ty<is_all_ones> m_AllOnes() {return cst_pred_ty<is_all_ones>();}
191 inline api_pred_ty<is_all_ones> m_AllOnes(const APInt *&V) { return V; }
  /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/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 552 if (match(Op0, m_AllOnes()))
InstCombineMulDivRem.cpp 109 if (match(Op1, m_AllOnes())) // X * -1 == 0 - X
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
InstructionSimplify.cpp 611 if (IsNUW && match(Op1, m_AllOnes()))
    [all...]
ValueTracking.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
PatternMatch.h 306 inline cst_pred_ty<is_all_ones> m_AllOnes() {
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
InstructionSimplify.cpp     [all...]

Completed in 443 milliseconds