Searched refs:DoubleVal (Results 1 – 7 of 7) sorted by relevance
55 Dest.DoubleVal = -Src.DoubleVal; in executeFNegInst()159 Dest.DoubleVal = fmod(Src1.DoubleVal, Src2.DoubleVal); in executeFRemInst()401 if (X.DoubleVal != X.DoubleVal || Y.DoubleVal != Y.DoubleVal) { \518 } else if (X.DoubleVal != X.DoubleVal || Y.DoubleVal != Y.DoubleVal) { \613 Dest.IntVal = APInt(1,(Src1.DoubleVal == Src1.DoubleVal && in executeFCMP_ORD()614 Src2.DoubleVal == Src2.DoubleVal)); in executeFCMP_ORD()1692 Dest.DoubleVal = Src.DoubleVal; in executeBitCastInst()1817 Dest.DoubleVal = Src1.AggregateVal[indx].DoubleVal; in visitExtractElementInst()1853 Dest.AggregateVal[indx].DoubleVal = Src2.DoubleVal; in visitInsertElementInst()1953 Dest.DoubleVal = pSrc->DoubleVal; in visitExtractValueInst()[all …]
178 *DoublePtr = AV.DoubleVal; in ffiValueFor()248 case Type::DoubleTyID: Result.DoubleVal = *(double*) ret.data(); break; in ffiInvoke()398 sprintf(Buffer, FmtBuf, Args[ArgNo++].DoubleVal); break; in lle_X_sprintf()
671 GV.FloatVal = float(GV.DoubleVal); in getConstantValue()677 GV.DoubleVal = double(GV.FloatVal); in getConstantValue()685 GV.DoubleVal = GV.IntVal.roundToDouble(); in getConstantValue()824 GV.DoubleVal = LHS.DoubleVal + RHS.DoubleVal; break; in getConstantValue()826 GV.DoubleVal = LHS.DoubleVal - RHS.DoubleVal; break; in getConstantValue()828 GV.DoubleVal = LHS.DoubleVal * RHS.DoubleVal; break; in getConstantValue()830 GV.DoubleVal = LHS.DoubleVal / RHS.DoubleVal; break; in getConstantValue()832 GV.DoubleVal = std::fmod(LHS.DoubleVal,RHS.DoubleVal); break; in getConstantValue()959 doubleZero.DoubleVal = 0.0; in getConstantValue()1033 *((double*)Ptr) = Val.DoubleVal; in StoreValueToMemory()[all …]
61 GenVal->DoubleVal = N; in LLVMCreateGenericValueOfFloat()91 return unwrap(GenVal)->DoubleVal; in LLVMGenericValueToFloat()
29 double DoubleVal; member
64 APFloat DoubleVal(APFloat::IEEEdouble()); in TEST_F() local65 ConstantFP *CF = ConstantFP::get(Ctx, DoubleVal); in TEST_F()
599 rv.DoubleVal = ((double(*)())(intptr_t)FPtr)(); in runFunction()