Searched refs:C3V (Results 1 – 2 of 2) sorted by relevance
874 APFloat C3V = C1V; // copy for modification in ConstantFoldBinaryInstruction() local879 (void)C3V.add(C2V, APFloat::rmNearestTiesToEven); in ConstantFoldBinaryInstruction()880 return ConstantFP::get(C1->getContext(), C3V); in ConstantFoldBinaryInstruction()882 (void)C3V.subtract(C2V, APFloat::rmNearestTiesToEven); in ConstantFoldBinaryInstruction()883 return ConstantFP::get(C1->getContext(), C3V); in ConstantFoldBinaryInstruction()885 (void)C3V.multiply(C2V, APFloat::rmNearestTiesToEven); in ConstantFoldBinaryInstruction()886 return ConstantFP::get(C1->getContext(), C3V); in ConstantFoldBinaryInstruction()888 (void)C3V.divide(C2V, APFloat::rmNearestTiesToEven); in ConstantFoldBinaryInstruction()889 return ConstantFP::get(C1->getContext(), C3V); in ConstantFoldBinaryInstruction()891 (void)C3V.mod(C2V); in ConstantFoldBinaryInstruction()[all …]
86 RtLByZ5OGy4sDjjzGiVoHKZaBeYei0i/mJZ0PmnK6bV4pQa81QBeCQryJ3pS/C3V