Searched refs:getSingleInductionVar (Results 1 – 7 of 7) sorted by relevance
56 /*methodName=*/"getSingleInductionVar",
102 llvm::Optional<Value> inductionVar = candidateLoop.getSingleInductionVar(); in multiBuffer()
186 Optional<Value> iv = loop.getSingleInductionVar(); in visitNonControlFlowArguments()
121 ["getSingleInductionVar", "getSingleLowerBound", "getSingleStep",
112 ["getSingleInductionVar", "getSingleLowerBound", "getSingleStep",
352 Optional<Value> ForOp::getSingleInductionVar() { return getInductionVar(); } in getSingleInductionVar() function in ForOp
2102 Optional<Value> AffineForOp::getSingleInductionVar() { in getSingleInductionVar() function in AffineForOp