Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp529 APInt NewRHSAP; in widenCondCommon() local
531 if (Intersect->getEquivalentICmp(Pred, NewRHSAP)) { in widenCondCommon()
534 ConstantInt::get(Cond0->getContext(), NewRHSAP); in widenCondCommon()