Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopBoundSplit.cpp101 if (IntegerType *BoundSCEVIntType = in calculateUpperBound() local
103 unsigned BitWidth = BoundSCEVIntType->getBitWidth(); in calculateUpperBound()
113 SE.getAddExpr(Cond.BoundSCEV, SE.getOne(BoundSCEVIntType)); in calculateUpperBound()