Searched refs:IVType (Results 1 – 2 of 2) sorted by relevance
1587 auto *IVType = cast<IntegerType>(IndVar->getType()); in computeSafeIterationSpace() local1589 if (IVType->getBitWidth() > RCType->getBitWidth()) in computeSafeIterationSpace()
1725 Type *IVType = OrigTripCount->getType(); in tileLoops() local1738 Builder.CreateICmpNE(FloorTripRem, ConstantInt::get(IVType, 0)); in tileLoops()1740 FloorTripOverflow = Builder.CreateZExt(FloorTripOverflow, IVType); in tileLoops()