Home
last modified time | relevance | path

Searched refs:RCType (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1586 auto *RCType = cast<IntegerType>(getBegin()->getType()); in computeSafeIterationSpace() local
1587 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()