Home
last modified time | relevance | path

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/
DSimplifyIndVar.cpp284 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/
DInstCombineCompares.cpp1596 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/
DInstructions.h1237 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/
DInstructionSimplify.cpp3316 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/
DInstructions.cpp3608 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/
DLegalizerHelper.cpp979 ICmpInst::getUnsignedPredicate(Pred), ResTy, LHSL, RHSL); in narrowScalar()