HomeSort by relevance Sort by last modified time
    Searched refs:ICMP_SGT (Results 26 - 50 of 125) sorted by null

12 3 4 5

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
DependenceAnalysis.cpp     [all...]
ValueTracking.cpp 781 Pred == ICmpInst::ICMP_SGT &&
    [all...]
BranchProbabilityInfo.cpp 721 case CmpInst::ICMP_SGT:
742 case CmpInst::ICMP_SGT:
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
InductiveRangeCheckElimination.cpp 290 case ICmpInst::ICMP_SGT:
751 (Pred == ICmpInst::ICMP_SGT && LatchBrExitIdx == 0);
772 (Pred == ICmpInst::ICMP_SGT && LatchBrExitIdx == 1) ||
    [all...]
Float2Int.cpp 89 return CmpInst::ICMP_SGT;
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCasts.cpp 514 (ICI->getPredicate() == ICmpInst::ICMP_SGT &&Op1CV.isAllOnesValue())) {
524 if (ICI->getPredicate() == ICmpInst::ICMP_SGT) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
Float2Int.cpp 89 return CmpInst::ICMP_SGT;
LoopPredication.cpp 681 return Pred != ICmpInst::ICMP_UGT && Pred != ICmpInst::ICMP_SGT &&
  /external/llvm/lib/Fuzzer/
FuzzerTraceState.cpp 107 ICMP_SGT = 38, ///< signed greater than
122 case ICMP_SGT: return (S)Arg1 > (S)Arg2;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 767 if (!((Pred0 == ICmpInst::ICMP_SGT && RangeStart->isMinusOne()) ||
    [all...]
InstCombineCasts.cpp     [all...]
InstCombineSelect.cpp 525 IC->getPredicate() == ICmpInst::ICMP_SGT) {
528 IsEqualZero = IC->getPredicate() == ICmpInst::ICMP_SGT;
717 if (Pred == ICmpInst::ICMP_UGT || Pred == ICmpInst::ICMP_SGT)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 209 case ICmpInst::ICMP_SGT: return ISD::SETGT;
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 594 (ICI->getPredicate() == ICmpInst::ICMP_SGT && Op1CV.isAllOnesValue())) {
604 if (ICI->getPredicate() == ICmpInst::ICMP_SGT) {
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
InstrTypes.h 673 ICMP_SGT = 38, ///< signed greater than
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
ConstantRange.cpp 95 case CmpInst::ICMP_SGT: {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
Analysis.cpp 208 case ICmpInst::ICMP_SGT: return ISD::SETGT;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/
Operations.cpp 40 Ops.push_back(cmpOpDescriptor(1, Instruction::ICmp, CmpInst::ICMP_SGT));
  /external/llvm/unittests/IR/
ConstantRangeTest.cpp 555 EXPECT_TRUE(ConstantRange::makeAllowedICmpRegion(ICmpInst::ICMP_SGT, SMax)
603 ConstantRange::makeSatisfyingICmpRegion(ICmpInst::ICMP_SGT, SignedSample),

Completed in 631 milliseconds

12 3 4 5