Searched refs:executeFMulInst (Results 1 – 1 of 1) sorted by relevance
77 static void executeFMulInst(GenericValue &Dest, GenericValue Src1, in executeFMulInst() function775 case Instruction::FMul: executeFMulInst(R, Src1, Src2, Ty); break; in visitBinaryOperator()2025 case Instruction::FMul: executeFMulInst(Dest, Op0, Op1, Ty); break; in getConstantExprValue()