Searched refs:executeFAddInst (Results 1 – 1 of 1) sorted by relevance
55 static void executeFAddInst(GenericValue &Dest, GenericValue Src1, in executeFAddInst() function773 case Instruction::FAdd: executeFAddInst(R, Src1, Src2, Ty); break; in visitBinaryOperator()2029 case Instruction::FAdd: executeFAddInst(Dest, Op0, Op1, Ty); break; in getConstantExprValue()