Home | History | Annotate | Download | only in IR

Lines Matching full:fsub

1773   case FAdd: case FSub:
1893 return new BinaryOperator(Instruction::FSub, zero, Op,
1900 return new BinaryOperator(Instruction::FSub, zero, Op,
1936 if (Bop->getOpcode() == Instruction::FSub)