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

1 2

  /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/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 136 case ICmpInst::ICMP_UGE:
    [all...]
InstCombineAndOrXor.cpp     [all...]
InstCombineCalls.cpp 658 Pred = IsSigned ? ICmpInst::ICMP_SGE : ICmpInst::ICMP_UGE;
    [all...]
  /external/llvm/lib/Fuzzer/
FuzzerTraceState.cpp 105 ICMP_UGE = 35, ///< unsigned greater or equal
120 case ICMP_UGE: return Arg1 >= Arg2;
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
ConstantFold.cpp     [all...]
ConstantRange.cpp 105 case CmpInst::ICMP_UGE: {
AsmWriter.cpp     [all...]
Constants.cpp     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 207 case ICmpInst::ICMP_UGE: return ISD::SETUGE;
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 895 case ICmpInst::ICMP_UGE: Out << "UGE"; break;
    [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h     [all...]
PatternMatch.h     [all...]
IRBuilder.h     [all...]
  /external/llvm/unittests/IR/
ConstantRangeTest.cpp 549 EXPECT_EQ(ConstantRange::makeSatisfyingICmpRegion(ICmpInst::ICMP_UGE,
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 258 dbgs() << "Unhandled type for ICMP_UGE predicate: " << *Ty << "\n";
294 case ICmpInst::ICMP_UGE: R = executeICMP_UGE(Src1, Src2, Ty); break;
655 case ICmpInst::ICMP_UGE: return executeICMP_UGE(Src1, Src2, Ty);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 615 case CmpInst::ICMP_UGE: {
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 236 case CmpInst::ICMP_UGE:
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 202 case CmpInst::ICMP_UGE: CC = X86::COND_AE; break;
    [all...]

Completed in 347 milliseconds

1 2