Searched refs:ResultWidth (Results 1 – 3 of 3) sorted by relevance
1152 unsigned ResultWidth = cast<IntegerType>(Ty)->getBitWidth(); in ConstantFoldConvertToInt() local1153 assert(ResultWidth <= 64 && in ConstantFoldConvertToInt()1160 APFloat::opStatus status = Val.convertToInteger(&UIntVal, ResultWidth, in ConstantFoldConvertToInt()
1430 unsigned ResultWidth = Ty->getIntegerBitWidth(); in ConstantFoldConvertToInt() local1431 assert(ResultWidth <= 64 && in ConstantFoldConvertToInt()1438 APFloat::opStatus status = Val.convertToInteger(&UIntVal, ResultWidth, in ConstantFoldConvertToInt()
1558 unsigned ResultWidth = Ty->getIntegerBitWidth(); in ConstantFoldSSEConvertToInt() local1559 assert(ResultWidth <= 64 && in ConstantFoldSSEConvertToInt()1567 Val.convertToInteger(makeMutableArrayRef(UIntVal), ResultWidth, in ConstantFoldSSEConvertToInt()