Searched refs:RCType (Results 1 – 1 of 1) sorted by relevance
1588 auto *RCType = cast<IntegerType>(getBegin()->getType()); in computeSafeIterationSpace() local1589 if (IVType->getBitWidth() > RCType->getBitWidth()) in computeSafeIterationSpace()1614 const SCEV *A = NoopOrExtend(IndVar->getStart(), RCType, SE, IsLatchSigned); in computeSafeIterationSpace()1616 NoopOrExtend(IndVar->getStepRecurrence(SE), RCType, SE, IsLatchSigned)); in computeSafeIterationSpace()1627 unsigned BitWidth = RCType->getBitWidth(); in computeSafeIterationSpace()