Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:FSub

441            FAddSub->getOpcode() == Instruction::FSub)) {
460 if (Swap && FAddSub->getOpcode() == Instruction::FSub)
497 Instruction *FSub = BinaryOperator::CreateFSub(FMulVal, OpX);
498 FSub->copyFastMathFlags(Log2);
499 return FSub;