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

1 2

  /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/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 152 pred = ICmpInst::ICMP_SGE;
797 assert(Pred == ICmpInst::ICMP_SGT || Pred == ICmpInst::ICMP_SGE);
    [all...]
InstCombineSelect.cpp 50 case ICmpInst::ICMP_SGE: return SPF_SMAX;
65 case ICmpInst::ICMP_SGE: return SPF_SMIN;
    [all...]
InstCombineAndOrXor.cpp     [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
ScalarEvolution.cpp     [all...]
DependenceAnalysis.cpp 910 case CmpInst::ICMP_SGE:
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
ConstantFold.cpp     [all...]
ConstantRange.cpp 108 case CmpInst::ICMP_SGE: {
AsmWriter.cpp 703 case ICmpInst::ICMP_SGE: pred = "sge"; break;
    [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h 684 ICMP_SGE = 39, ///< signed greater or equal
    [all...]
PatternMatch.h 975 return Pred == CmpInst::ICMP_SGT || Pred == CmpInst::ICMP_SGE;
    [all...]
IRBuilder.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 194 case ICmpInst::ICMP_SGE: return ISD::SETGE;
  /external/lldb/source/Expression/
IRInterpreter.cpp 498 case CmpInst::ICMP_SGE:
    [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 320 case CmpInst::FCMP_UGE: NewPred = CmpInst::ICMP_SGE; break;
378 if (NewPred == CmpInst::ICMP_SGE || NewPred == CmpInst::ICMP_SLT) {
    [all...]
  /external/llvm/unittests/IR/
InstructionsTest.cpp 318 ICmpInst *ICmp2 = new ICmpInst(*BB0, ICmpInst::ICMP_SGE, PtrVecA, PtrVecB);
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 892 case ICmpInst::ICMP_SGE: Out << "SGE"; break;
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 271 dbgs() << "Unhandled type for ICMP_SGE predicate: " << *Ty << "\n";
294 case ICmpInst::ICMP_SGE: R = executeICMP_SGE(Src1, Src2, Ty); break;
655 case ICmpInst::ICMP_SGE: return executeICMP_SGE(Src1, Src2, Ty);
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 199 case CmpInst::ICMP_SGE: Predicate = CmpInst::FCMP_TRUE; break;
237 case CmpInst::ICMP_SGE: CC = X86::COND_GE; break;
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 727 case CmpInst::ICMP_SGE:
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 227 case CmpInst::ICMP_SGE:
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]

Completed in 2173 milliseconds

1 2