Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DConstantFolding.cpp1037 unsigned InWidth = Input->getType()->getScalarSizeInBits(); in ConstantFoldInstOperands() local
1039 if (PtrWidth < InWidth) { in ConstantFoldInstOperands()
1042 APInt::getLowBitsSet(InWidth, PtrWidth)); in ConstantFoldInstOperands()