Home | History | Annotate | Download | only in IR

Lines Matching refs:FSub

1680   case FAdd: case FSub:
1800 return new BinaryOperator(Instruction::FSub, zero, Op,
1807 return new BinaryOperator(Instruction::FSub, zero, Op,
1843 if (Bop->getOpcode() == Instruction::FSub)