Home
last modified time | relevance | path

Searched refs:LatchCmpInst (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopInfo.cpp184 ICmpInst *LatchCmpInst = getLatchCmpInst(L); in findFinalIVValue() local
185 if (!LatchCmpInst) in findFinalIVValue()
188 Value *Op0 = LatchCmpInst->getOperand(0); in findFinalIVValue()
189 Value *Op1 = LatchCmpInst->getOperand(1); in findFinalIVValue()
237 ICmpInst *LatchCmpInst = dyn_cast<ICmpInst>(BI->getCondition()); in getCanonicalPredicate() local
238 assert(LatchCmpInst && in getCanonicalPredicate()
244 ? LatchCmpInst->getPredicate() in getCanonicalPredicate()
245 : LatchCmpInst->getInversePredicate(); in getCanonicalPredicate()
247 if (LatchCmpInst->getOperand(0) == &getFinalIVValue()) in getCanonicalPredicate()
252 if (LatchCmpInst->getOperand(0) == &getStepInst() || in getCanonicalPredicate()
[all …]