Searched refs:getUnsignedPredicate (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | SimplifyIndVar.cpp | 284 ICmp->setPredicate(ICmpInst::getUnsignedPredicate(OriginalPred)); in eliminateIVComparison() 593 Pred = ICmpInst::getUnsignedPredicate(Pred); in eliminateTrunc()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 1596 Pred = Cmp.isSigned() ? Cmp.getUnsignedPredicate() in foldICmpXorConstant() 1603 Pred = Cmp.isSigned() ? Cmp.getUnsignedPredicate() in foldICmpXorConstant() 3977 I.isSigned() ? I.getUnsignedPredicate() : I.getSignedPredicate(); in foldICmpBinOp() 3984 I.isSigned() ? I.getUnsignedPredicate() : I.getSignedPredicate(); in foldICmpBinOp() 4377 return new ICmpInst(ICmp.getUnsignedPredicate(), X, Y); in foldICmpWithZextOrSext() 4403 return new ICmpInst(ICmp.getUnsignedPredicate(), X, Res1); in foldICmpWithZextOrSext() 5181 return new ICmpInst(I.getUnsignedPredicate(), Op0, Op1); in foldICmpUsingKnownBits() 5195 CmpInst::Predicate UnsignedPred = ICmpInst::getUnsignedPredicate(Pred); in getFlippedStrictnessPredicateAndConstant()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Instructions.h | 1237 Predicate getUnsignedPredicate() const { 1238 return getUnsignedPredicate(getPredicate()); 1243 static Predicate getUnsignedPredicate(Predicate pred);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 3316 if (Value *V = SimplifyICmpInst(ICmpInst::getUnsignedPredicate(Pred), in SimplifyICmpInst() 3332 if (Value *V = SimplifyICmpInst(ICmpInst::getUnsignedPredicate(Pred), in SimplifyICmpInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instructions.cpp | 3608 ICmpInst::Predicate ICmpInst::getUnsignedPredicate(Predicate pred) { in getUnsignedPredicate() function in ICmpInst
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | LegalizerHelper.cpp | 979 ICmpInst::getUnsignedPredicate(Pred), ResTy, LHSL, RHSL); in narrowScalar()
|