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

1 2 3 4

  /external/llvm/lib/Transforms/Utils/
CmpInstAnalysis.cpp 52 case ICmpInst::ICMP_UGE: 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 30 case ICmpInst::ICMP_UGE: return 3; // 011
51 case 3: NewICmpPred = Sign ? ICmpInst::ICMP_SGE : ICmpInst::ICMP_UGE; break;
128 case ICmpInst::ICMP_UGE:
InstructionSimplify.cpp     [all...]
  /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
NaClLLVMBitCodes.h 297 ICMP_UGE = 35, ///< unsigned greater or equal
  /external/swiftshader/third_party/subzero/pnacl-llvm/
NaClBitcodeDecoders.cpp 202 case naclbitc::ICMP_UGE:
203 LLVMPredicate = CmpInst::ICMP_UGE;
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 145 case ICmpInst::ICMP_UGE:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Instructions.cpp     [all...]
ConstantFold.cpp     [all...]
ConstantRange.cpp 108 case CmpInst::ICMP_UGE: {
150 Pred = isEmptySet() ? CmpInst::ICMP_ULT : CmpInst::ICMP_UGE;
168 getUpper().isMinSignedValue() ? CmpInst::ICMP_SGE : CmpInst::ICMP_UGE;
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
dynamic_update_slice_util.cc 65 : llvm::ICmpInst::ICMP_UGE,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 92 case ICmpInst::ICMP_UGE:
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
Analysis.cpp 191 case ICmpInst::ICMP_UGE: return ISD::SETUGE;
  /external/llvm/lib/IR/
ConstantRange.cpp 105 case CmpInst::ICMP_UGE: {
147 Pred = isEmptySet() ? CmpInst::ICMP_ULT : CmpInst::ICMP_UGE;
157 getUpper().isMinSignedValue() ? CmpInst::ICMP_SGE : CmpInst::ICMP_UGE;
Instructions.cpp     [all...]
ConstantFold.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCompares.cpp 132 case ICmpInst::ICMP_UGE:
715 if (Pred == ICmpInst::ICMP_UGT || Pred == ICmpInst::ICMP_UGE)
    [all...]
InstCombineAndOrXor.cpp 95 case ICmpInst::ICMP_UGE: return 3; // 011
150 case 3: Pred = Sign ? ICmpInst::ICMP_SGE : ICmpInst::ICMP_UGE; break;
    [all...]
InstCombineSelect.cpp 41 case ICmpInst::ICMP_UGE: return SPF_UMAX;
57 case ICmpInst::ICMP_UGE: return SPF_UMIN;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp     [all...]
  /external/llvm/unittests/IR/
ConstantRangeTest.cpp 588 EXPECT_EQ(ConstantRange::makeSatisfyingICmpRegion(ICmpInst::ICMP_UGE,
735 EXPECT_EQ(Pred, CmpInst::ICMP_UGE);
745 EXPECT_EQ(Pred, CmpInst::ICMP_UGE);
  /external/llvm/lib/Fuzzer/
FuzzerTraceState.cpp 104 ICMP_UGE = 35, ///< unsigned greater or equal
119 case ICMP_UGE: return Arg1 >= Arg2;
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
ConstantRangeTest.cpp 672 EXPECT_EQ(ConstantRange::makeSatisfyingICmpRegion(ICmpInst::ICMP_UGE,
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 206 case ICmpInst::ICMP_UGE: return ISD::SETUGE;

Completed in 698 milliseconds

1 2 3 4