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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1592 auto *RCType = cast<IntegerType>(getBegin()->getType()); local
1593 if (IVType->getBitWidth() > RCType->getBitWidth())
1618 const SCEV *A = NoopOrExtend(IndVar->getStart(), RCType, SE, IsLatchSigned);
1620 NoopOrExtend(IndVar->getStepRecurrence(SE), RCType, SE, IsLatchSigned));
1631 unsigned BitWidth = RCType->getBitWidth();

Completed in 105 milliseconds