Searched refs:executeFSubInst (Results 1 – 1 of 1) sorted by relevance
66 static void executeFSubInst(GenericValue &Dest, GenericValue Src1, in executeFSubInst() function774 case Instruction::FSub: executeFSubInst(R, Src1, Src2, Ty); break; in visitBinaryOperator()2030 case Instruction::FSub: executeFSubInst(Dest, Op0, Op1, Ty); break; in getConstantExprValue()