Searched refs:RCType (Results 1 – 1 of 1) sorted by relevance
1590 auto *RCType = dyn_cast<IntegerType>(getBegin()->getType()); in computeSafeIterationSpace() local1592 if (!IVType || !RCType) in computeSafeIterationSpace()1594 if (IVType->getBitWidth() > RCType->getBitWidth()) in computeSafeIterationSpace()1619 const SCEV *A = NoopOrExtend(IndVar->getStart(), RCType, SE, IsLatchSigned); in computeSafeIterationSpace()1621 NoopOrExtend(IndVar->getStepRecurrence(SE), RCType, SE, IsLatchSigned)); in computeSafeIterationSpace()1632 unsigned BitWidth = RCType->getBitWidth(); in computeSafeIterationSpace()