HomeSort by relevance Sort by last modified time
    Searched refs:ICMP_UGE (Results 1 - 25 of 83) 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/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...]
InstCombineAndOrXor.cpp     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
ScalarEvolution.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...]
ScalarEvolution.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp     [all...]
ConstantFold.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/llvm/lib/CodeGen/
Analysis.cpp 206 case ICmpInst::ICMP_UGE: return ISD::SETUGE;
  /external/swiftshader/third_party/LLVM/include/llvm/
InstrTypes.h 670 ICMP_UGE = 35, ///< unsigned greater or equal
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
ConstantRange.cpp 101 case CmpInst::ICMP_UGE: {
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
Execution.cpp 238 dbgs() << "Unhandled type for ICMP_UGE predicate: " << *Ty << "\n";
273 case ICmpInst::ICMP_UGE: R = executeICMP_UGE(Src1, Src2, Ty); break;
487 case ICmpInst::ICMP_UGE: return executeICMP_UGE(Src1, Src2, Ty);
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
blend_jit.cpp 471 case ZFUNC_GE: pTest = ICMP_UGE(pAlphaU8, pRef); break;

Completed in 400 milliseconds

1 2 3 4