Searched refs:IVType (Results 1 – 2 of 2) sorted by relevance
656 auto *IVType = dyn_cast<IntegerType>(IndVar->getType());660 if (!IVType || !RCType)662 if (IVType->getBitWidth() > RCType->getBitWidth())1753 auto *IVType = dyn_cast<IntegerType>(IndVar->getType()); computeSafeIterationSpace() local
4888 Type *IVType = OrigTripCount->getType(); in tileLoops() local4901 Builder.CreateICmpNE(FloorTripRem, ConstantInt::get(IVType, 0)); in tileLoops()4903 FloorTripOverflow = Builder.CreateZExt(FloorTripOverflow, IVType); in tileLoops()