Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1588 auto *RCType = cast<IntegerType>(getBegin()->getType()); in computeSafeIterationSpace() local
1589 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()