Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp3095 unsigned IntBW = TLI->getIntSize(); in optimizeRemquo() local
3096 APSInt QuotInt(IntBW, /*isUnsigned=*/false); in optimizeRemquo()
3104 ConstantInt::get(B.getIntNTy(IntBW), QuotInt.getExtValue()), in optimizeRemquo()