Searched refs:getUnsignedPredicate (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LoopFlatten.cpp | 150 if (!Compare || !IsValidPredicate(Compare->getUnsignedPredicate()) || in findLoopComponents() 164 } else if (Compare->getUnsignedPredicate() == CmpInst::ICMP_NE && in findLoopComponents()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | InstrTypes.h | 962 static Predicate getUnsignedPredicate(Predicate pred); 968 Predicate getUnsignedPredicate() { 969 return getUnsignedPredicate(getPredicate());
|
H A D | Instructions.h | 1271 Predicate getUnsignedPredicate() const { 1272 return getUnsignedPredicate(getPredicate()); 1277 static Predicate getUnsignedPredicate(Predicate pred);
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | SimplifyIndVar.cpp | 304 ICmp->setPredicate(ICmpInst::getUnsignedPredicate(OriginalPred)); in eliminateIVComparison() 614 Pred = ICmpInst::getUnsignedPredicate(Pred); in eliminateTrunc()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 4456 return new ICmpInst(ICmp.getUnsignedPredicate(), X, Y); in foldICmpWithZextOrSext() 4482 return new ICmpInst(ICmp.getUnsignedPredicate(), X, Res1); in foldICmpWithZextOrSext() 5256 return new ICmpInst(I.getUnsignedPredicate(), Op0, Op1); in foldICmpUsingKnownBits() 5270 CmpInst::Predicate UnsignedPred = ICmpInst::getUnsignedPredicate(Pred); in getFlippedStrictnessPredicateAndConstant()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Instructions.cpp | 3746 ICmpInst::Predicate ICmpInst::getUnsignedPredicate(Predicate pred) { in getUnsignedPredicate() function in ICmpInst 3895 CmpInst::Predicate CmpInst::getUnsignedPredicate(Predicate pred) { in getUnsignedPredicate() function in CmpInst 3933 return getUnsignedPredicate(pred); in getFlippedSignednessPredicate()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 1753 Pred1 = ICmpInst::getUnsignedPredicate(Pred1); in simplifyAndOrOfICmpsWithLimitConst() 3426 if (Value *V = SimplifyICmpInst(ICmpInst::getUnsignedPredicate(Pred), in SimplifyICmpInst() 3451 if (Value *V = SimplifyICmpInst(ICmpInst::getUnsignedPredicate(Pred), in SimplifyICmpInst()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 1095 ICmpInst::getUnsignedPredicate(Pred), ResTy, LHSL, RHSL); in narrowScalar()
|