Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopInfo.cpp254 if (LatchCmpInst->getOperand(0) == &getStepInst() || in getCanonicalPredicate()
255 LatchCmpInst->getOperand(1) == &getStepInst()) in getCanonicalPredicate()
276 dyn_cast<SCEVAddRecExpr>(SE.getSCEV(&getStepInst()))) in getDirection()
H A DLoopNestAnalysis.cpp125 if ((isa<BinaryOperator>(I) && &I != &OuterLoopLB->getStepInst()) || in arePerfectlyNested()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopInfo.h650 Instruction &getStepInst() const { return StepInst; } in getStepInst() function