Searched refs:InWidth (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1321 unsigned InWidth = Input->getType()->getScalarSizeInBits(); local
1323 if (PtrWidth < InWidth) {
1326 APInt::getLowBitsSet(InWidth, PtrWidth));

Completed in 105 milliseconds