Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1383 unsigned InWidth = Input->getType()->getScalarSizeInBits(); in ConstantFoldCastOperand() local
1385 if (PtrWidth < InWidth) { in ConstantFoldCastOperand()
1388 APInt::getLowBitsSet(InWidth, PtrWidth)); in ConstantFoldCastOperand()