Searched refs:IVType (Results 1 – 2 of 2) sorted by relevance
1589 auto *IVType = dyn_cast<IntegerType>(IndVar->getType()); in computeSafeIterationSpace() local1592 if (!IVType || !RCType) in computeSafeIterationSpace()1594 if (IVType->getBitWidth() > RCType->getBitWidth()) in computeSafeIterationSpace()
2794 Type *IVType = OrigTripCount->getType(); in tileLoops() local2807 Builder.CreateICmpNE(FloorTripRem, ConstantInt::get(IVType, 0)); in tileLoops()2809 FloorTripOverflow = Builder.CreateZExt(FloorTripOverflow, IVType); in tileLoops()