Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp1360 ConstantRange PosRes = getEmpty(); in sdiv() local
1363 PosRes = ConstantRange(PosL.Lower.sdiv(PosR.Upper - 1), in sdiv()
1386 PosRes = PosRes.unionWith( in sdiv()
1401 PosRes = PosRes.unionWith( in sdiv()
1406 PosRes = PosRes.unionWith( in sdiv()
1424 ConstantRange Res = NegRes.unionWith(PosRes, PreferredRangeType::Signed); in sdiv()