Searched refs:ResultWidth (Results 1 – 2 of 2) sorted by relevance
1629 unsigned ResultWidth = Ty->getIntegerBitWidth(); in ConstantFoldSSEConvertToInt() local1630 assert(ResultWidth <= 64 && in ConstantFoldSSEConvertToInt()1638 Val.convertToInteger(makeMutableArrayRef(UIntVal), ResultWidth, in ConstantFoldSSEConvertToInt()
128812 const size_t ResultWidth = 8 * sizeof(ResultType); in ToUintWidth() local128813 if (exponent >= DoubleExponentShift + ResultWidth) in ToUintWidth()128825 if (exponent < ResultWidth) { in ToUintWidth()