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

  /external/llvm/unittests/Analysis/
ValueTrackingTest.cpp 176 expectPattern({SPF_SMIN, SPNB_NA, false});
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 30 case SPF_SMIN:
35 return SPF_SMIN;
47 case SPF_SMIN:
667 if ((SPF1 == SPF_SMIN && SPF2 == SPF_SMAX) ||
668 (SPF1 == SPF_SMAX && SPF2 == SPF_SMIN) ||
683 (SPF1 == SPF_SMIN && ACB.sle(ACC)) ||
691 (SPF1 == SPF_SMIN && ACB.sgt(ACC)) ||
    [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
ValueTracking.h 399 SPF_SMIN, /// Signed minimum
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineSelect.cpp 47 case ICmpInst::ICMP_SLE: return SPF_SMIN;
59 case ICmpInst::ICMP_SGE: return SPF_SMIN;
567 if ((SPF1 == SPF_SMIN && SPF2 == SPF_SMAX) ||
568 (SPF1 == SPF_SMAX && SPF2 == SPF_SMIN) ||
    [all...]
InstCombine.h 33 SPF_SMIN, SPF_UMIN,
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
ValueTrackingTest.cpp 177 expectPattern({SPF_SMIN, SPNB_NA, false});
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
ValueTracking.h 504 SPF_SMIN, /// Signed minimum
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
LazyValueInfo.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 157 if (SPF == SPF_SMIN || SPF == SPF_SMAX ||
231 if (LSPF == SPF_SMIN || LSPF == SPF_SMAX ||
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 922 case SPF_SMIN: /// Signed minimum
    [all...]
ValueTracking.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 541 milliseconds