Home
last modified time | relevance | path

Searched refs:ResultWidth (Results 1 – 2 of 2) 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()