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

1 2 3 4

  /external/llvm/lib/Transforms/Utils/
CmpInstAnalysis.cpp 49 case ICmpInst::ICMP_UGT: return 1; // 001
78 case 1: NewICmpPred = Sign ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT; break;
  /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
NaClLLVMBitCodes.h 296 ICMP_UGT = 34, ///< unsigned greater than
  /external/swiftshader/third_party/subzero/pnacl-llvm/
NaClBitcodeDecoders.cpp 199 case naclbitc::ICMP_UGT:
200 LLVMPredicate = CmpInst::ICMP_UGT;
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 92 case ICmpInst::ICMP_UGT: return 1; // 001
148 case 1: Pred = Sign ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT; break;
369 ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT);
    [all...]
InstCombineSelect.cpp 40 case ICmpInst::ICMP_UGT:
56 case ICmpInst::ICMP_UGT:
362 else if ((Pred == ICmpInst::ICMP_SGT || Pred == ICmpInst::ICMP_UGT)
369 case ICmpInst::ICMP_UGT:
377 if (Pred == ICmpInst::ICMP_UGT || Pred == ICmpInst::ICMP_SGT)
    [all...]
InstCombineCompares.cpp 128 case ICmpInst::ICMP_UGT:
436 return new ICmpInst(ICmpInst::ICMP_UGT, Idx, End);
709 return new ICmpInst(ICmpInst::ICMP_UGT, X, R);
715 if (Pred == ICmpInst::ICMP_UGT || Pred == ICmpInst::ICMP_UGE)
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 141 case ICmpInst::ICMP_UGT:
473 return new ICmpInst(ICmpInst::ICMP_UGT, Idx, End);
    [all...]
InstCombineAndOrXor.cpp 321 ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT);
560 case ICmpInst::ICMP_UGT:
    [all...]
InstCombineSelect.cpp 54 return ICmpInst::ICMP_UGT;
433 case ICmpInst::ICMP_UGT:
441 if (Pred == ICmpInst::ICMP_UGT || Pred == ICmpInst::ICMP_SGT)
    [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
GuardWidening.cpp 498 IC->getPredicate() != ICmpInst::ICMP_UGT))
502 if (IC->getPredicate() == ICmpInst::ICMP_UGT)
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
builder_misc.h 138 Value* vIndexMask = ICMP_UGT(a,b);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
Analysis.cpp 195 case ICmpInst::ICMP_UGT: return ISD::SETUGT;
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
  /external/llvm/lib/Fuzzer/
FuzzerTraceState.cpp 103 ICMP_UGT = 34, ///< unsigned greater than
118 case ICMP_UGT: return Arg1 > Arg2;
  /external/swiftshader/third_party/LLVM/lib/Analysis/
InstructionSimplify.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 210 case ICmpInst::ICMP_UGT: return ISD::SETUGT;
  /external/swiftshader/third_party/LLVM/include/llvm/
InstrTypes.h 669 ICMP_UGT = 34, ///< unsigned greater than
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
ConstantRange.cpp 89 case CmpInst::ICMP_UGT: {
  /external/llvm/include/llvm/IR/
PatternMatch.h     [all...]

Completed in 984 milliseconds

1 2 3 4