Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:FNEG

837 /// SelectFNeg - Emit an FNeg operation.
846 // If the target has ISD::FNEG, use it.
849 ISD::FNEG, OpReg, OpRegIsKill);
934 // FNeg is currently represented in LLVM IR as a special case of FSub.