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