Searched refs:IVType (Results 1 – 2 of 2) sorted by relevance
672 auto *IVType = dyn_cast<IntegerType>(IndVar->getType()); in computeSafeIterationSpace() local676 if (!IVType || !RCType) in computeSafeIterationSpace()678 if (IVType->getBitWidth() > RCType->getBitWidth()) in computeSafeIterationSpace()
5176 Type *IVType = OrigTripCount->getType(); in tileLoops() local5189 Builder.CreateICmpNE(FloorTripRem, ConstantInt::get(IVType, 0)); in tileLoops()5191 FloorTripOverflow = Builder.CreateZExt(FloorTripOverflow, IVType); in tileLoops()