Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/CodeGen/
H A DLoopGenerators.cpp93 IntegerType *LoopIVType = dyn_cast<IntegerType>(UB->getType()); in createLoop() local
94 assert(LoopIVType && "UB is not integer?"); in createLoop()
153 PHINode *IV = Builder.CreatePHI(LoopIVType, 2, "polly.indvar"); in createLoop()
155 Stride = Builder.CreateZExtOrBitCast(Stride, LoopIVType); in createLoop()