Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DConstantFolding.cpp1152 unsigned ResultWidth = cast<IntegerType>(Ty)->getBitWidth(); in ConstantFoldConvertToInt() local
1153 assert(ResultWidth <= 64 && in ConstantFoldConvertToInt()
1160 APFloat::opStatus status = Val.convertToInteger(&UIntVal, ResultWidth, in ConstantFoldConvertToInt()
/external/llvm/lib/Analysis/
DConstantFolding.cpp1430 unsigned ResultWidth = Ty->getIntegerBitWidth(); in ConstantFoldConvertToInt() local
1431 assert(ResultWidth <= 64 && in ConstantFoldConvertToInt()
1438 APFloat::opStatus status = Val.convertToInteger(&UIntVal, ResultWidth, in ConstantFoldConvertToInt()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DConstantFolding.cpp1558 unsigned ResultWidth = Ty->getIntegerBitWidth(); in ConstantFoldSSEConvertToInt() local
1559 assert(ResultWidth <= 64 && in ConstantFoldSSEConvertToInt()
1567 Val.convertToInteger(makeMutableArrayRef(UIntVal), ResultWidth, in ConstantFoldSSEConvertToInt()