Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DConstantFolding.cpp845 unsigned InWidth = Input->getType()->getScalarSizeInBits(); in ConstantFoldInstOperands() local
846 if (TD->getPointerSizeInBits() < InWidth) { in ConstantFoldInstOperands()
848 ConstantInt::get(CE->getContext(), APInt::getLowBitsSet(InWidth, in ConstantFoldInstOperands()
/external/llvm/lib/Analysis/
DConstantFolding.cpp1193 unsigned InWidth = Input->getType()->getScalarSizeInBits(); in ConstantFoldCastOperand() local
1195 if (PtrWidth < InWidth) { in ConstantFoldCastOperand()
1198 APInt::getLowBitsSet(InWidth, PtrWidth)); in ConstantFoldCastOperand()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DConstantFolding.cpp1285 unsigned InWidth = Input->getType()->getScalarSizeInBits(); in ConstantFoldCastOperand() local
1287 if (PtrWidth < InWidth) { in ConstantFoldCastOperand()
1290 APInt::getLowBitsSet(InWidth, PtrWidth)); in ConstantFoldCastOperand()