HomeSort by relevance Sort by last modified time
    Searched refs:ICMP_SGE (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /external/llvm/lib/Transforms/Utils/
CmpInstAnalysis.cpp 53 case ICmpInst::ICMP_SGE: return 3; // 011
80 case 3: NewICmpPred = Sign ? ICmpInst::ICMP_SGE : ICmpInst::ICMP_UGE; break;
  /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
NaClLLVMBitCodes.h 301 ICMP_SGE = 39, ///< signed greater or equal
  /external/swiftshader/third_party/subzero/pnacl-llvm/
NaClBitcodeDecoders.cpp 214 case naclbitc::ICMP_SGE:
215 LLVMPredicate = CmpInst::ICMP_SGE;
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 171 Pred = ICmpInst::ICMP_SGE;
    [all...]
InstCombineAndOrXor.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCompares.cpp 738 assert(Pred == ICmpInst::ICMP_SGT || Pred == ICmpInst::ICMP_SGE);
    [all...]
InstCombineAndOrXor.cpp 96 case ICmpInst::ICMP_SGE: return 3; // 011
150 case 3: Pred = Sign ? ICmpInst::ICMP_SGE : ICmpInst::ICMP_UGE; break;
    [all...]
InstCombineSelect.cpp 43 case ICmpInst::ICMP_SGE: return SPF_SMAX;
59 case ICmpInst::ICMP_SGE: return SPF_SMIN;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
Analysis.cpp 190 case ICmpInst::ICMP_SGE: return ISD::SETGE;
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp     [all...]
ConstantFold.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
ConstantFold.cpp     [all...]
ConstantRange.cpp 111 case CmpInst::ICMP_SGE: {
157 getUpper().isMinSignedValue() ? CmpInst::ICMP_SGE : CmpInst::ICMP_UGE;
  /external/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 344 auto Result = LVI->getPredicateAt(ICmpInst::ICMP_SGE, O, Zero, SDI);
Float2Int.cpp 92 return CmpInst::ICMP_SGE;
IndVarSimplify.cpp 319 case CmpInst::FCMP_UGE: NewPred = CmpInst::ICMP_SGE; break;
377 if (NewPred == CmpInst::ICMP_SGE || NewPred == CmpInst::ICMP_SLT) {
    [all...]
  /external/llvm/lib/Fuzzer/
FuzzerTraceState.cpp 108 ICMP_SGE = 39, ///< signed greater or equal
123 case ICMP_SGE: return (S)Arg1 >= (S)Arg2;
  /external/llvm/lib/CodeGen/
Analysis.cpp 205 case ICmpInst::ICMP_SGE: return ISD::SETGE;
  /external/swiftshader/third_party/LLVM/include/llvm/
InstrTypes.h 674 ICMP_SGE = 39, ///< signed greater or equal
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
ConstantRange.cpp 107 case CmpInst::ICMP_SGE: {
  /external/llvm/unittests/IR/
ConstantRangeTest.cpp 607 ConstantRange::makeSatisfyingICmpRegion(ICmpInst::ICMP_SGE, SignedSample),
740 EXPECT_EQ(Pred, CmpInst::ICMP_SGE);

Completed in 138 milliseconds

1 2 3 4