Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp3096 APSInt QuotInt(IntBW, /*isUnsigned=*/false); in optimizeRemquo() local
3099 Quot.convertToInteger(QuotInt, APFloat::rmNearestTiesToEven, &IsExact); in optimizeRemquo()
3104 ConstantInt::get(B.getIntNTy(IntBW), QuotInt.getExtValue()), in optimizeRemquo()