Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopConstrainer.cpp408 Value *IndVarStartV = Expander.expandCodeFor(IndVarStart, IndVarTy, Ins); in parseLoopStructure() local
409 IndVarStartV->setName("indvar.start"); in parseLoopStructure()
419 Result.IndVarStart = IndVarStartV; in parseLoopStructure()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1177 Value *IndVarStartV = Expander.expandCodeFor(IndVarStart, IndVarTy, Ins); parseLoopStructure() local