Searched refs:LoopIVType (Results 1 – 1 of 1) sorted by relevance
93 IntegerType *LoopIVType = dyn_cast<IntegerType>(UB->getType()); in createLoop() local94 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()