Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DConstantRange.cpp1251 ConstantRange PosRes = getEmpty(); in sdiv() local
1254 PosRes = ConstantRange(PosL.Lower.sdiv(PosR.Upper - 1), in sdiv()
1277 PosRes = PosRes.unionWith( in sdiv()
1292 PosRes = PosRes.unionWith( in sdiv()
1297 PosRes = PosRes.unionWith( in sdiv()
1315 ConstantRange Res = NegRes.unionWith(PosRes, PreferredRangeType::Signed); in sdiv()