Searched refs:subWithOverflow (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 52 static bool subWithOverflow(APInt &Result, const APInt &In1, in subWithOverflow() function 2433 HiOverflow = subWithOverflow(HiBound, Prod, RangeSize, true); in foldICmpDivConstant() 2511 !subWithOverflow(SubResult, *C2, C, Cmp.isSigned())) in foldICmpSubConstant()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 53 static bool subWithOverflow(APInt &Result, const APInt &In1, in subWithOverflow() function 2573 HiOverflow = subWithOverflow(HiBound, Prod, RangeSize, true); in foldICmpDivConstant() 2650 !subWithOverflow(SubResult, *C2, C, Cmp.isSigned())) in foldICmpSubConstant()
|