Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1590 auto *RCType = dyn_cast<IntegerType>(getBegin()->getType()); in computeSafeIterationSpace() local
1592 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()