Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3336 APInt NewRHSC, Offset; in foldExtractOfOverflowIntrinsic() local
3337 NWR.getEquivalentICmp(Pred, NewRHSC, Offset); in foldExtractOfOverflowIntrinsic()
3343 ConstantInt::get(OpTy, NewRHSC)); in foldExtractOfOverflowIntrinsic()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp9002 APInt NewRHSC, Offset; in computeExitLimitFromCondImpl() local
9003 NWR.getEquivalentICmp(Pred, NewRHSC, Offset); in computeExitLimitFromCondImpl()
9009 auto EL = computeExitLimitFromICmp(L, Pred, LHS, getConstant(NewRHSC), in computeExitLimitFromCondImpl()