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

1 2 3 4 5

  /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/llvm-7.0/llvm/lib/Analysis/
CmpInstAnalysis.cpp 31 case ICmpInst::ICMP_SGE: return 3; // 011
51 case 3: NewICmpPred = Sign ? ICmpInst::ICMP_SGE : ICmpInst::ICMP_UGE; break;
100 case ICmpInst::ICMP_SGE:
InstructionSimplify.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
ValueLatticeTest.cpp 99 EXPECT_TRUE(LV1.getCompare(CmpInst::ICMP_SGE, I1Ty, LV1)->isOneValue());
112 EXPECT_TRUE(LV1.getCompare(CmpInst::ICMP_SGE, I1Ty, LV2)->isZeroValue());
122 EXPECT_EQ(LV2.getCompare(CmpInst::ICMP_SGE, I1Ty, LV3), nullptr);
132 EXPECT_EQ(LV3.getCompare(CmpInst::ICMP_SGE, I1Ty, LV4), nullptr);
173 EXPECT_TRUE(isa<UndefValue>(LV1.getCompare(CmpInst::ICMP_SGE, I1Ty, LV2)));
  /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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMLegalizerInfo.cpp 257 FCmp32Libcalls[CmpInst::FCMP_OGE] = {{RTLIB::OGE_F32, CmpInst::ICMP_SGE}};
262 FCmp32Libcalls[CmpInst::FCMP_UGE] = {{RTLIB::OLT_F32, CmpInst::ICMP_SGE}};
275 FCmp64Libcalls[CmpInst::FCMP_OGE] = {{RTLIB::OGE_F64, CmpInst::ICMP_SGE}};
280 FCmp64Libcalls[CmpInst::FCMP_UGE] = {{RTLIB::OLT_F64, CmpInst::ICMP_SGE}};
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 171 Pred = ICmpInst::ICMP_SGE;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Instructions.cpp     [all...]
ConstantFold.cpp     [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
dynamic_update_slice_util.cc 64 b->CreateSelect(b->CreateICmp(is_signed ? llvm::ICmpInst::ICMP_SGE
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 119 Pred = ICmpInst::ICMP_SGE;
    [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...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
Analysis.cpp 190 case ICmpInst::ICMP_SGE: return ISD::SETGE;
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.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;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
Float2Int.cpp 92 return CmpInst::ICMP_SGE;
  /external/llvm/lib/Fuzzer/
FuzzerTraceState.cpp 108 ICMP_SGE = 39, ///< signed greater or equal
123 case ICMP_SGE: return (S)Arg1 >= (S)Arg2;

Completed in 906 milliseconds

1 2 3 4 5