Searched refs:NegN2 (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 18571 SDValue NegN2 = in getNegatedExpression() local 18574 if (!NegN2) in getNegatedExpression() 18593 return DAG.getNode(Opc, Loc, VT, NegN0, N1, NegN2, Flags); in getNegatedExpression() 18596 return DAG.getNode(Opc, Loc, VT, N0, NegN1, NegN2, Flags); in getNegatedExpression() 18603 return DAG.getNode(ISD::FMA, Loc, VT, N0, N1, NegN2, Flags); in getNegatedExpression()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 55986 SDValue NegN2 = in combineFMADDSUB() local 55988 if (!NegN2) in combineFMADDSUB() 55994 NegN2, N->getOperand(3)); in combineFMADDSUB() 55996 NegN2); in combineFMADDSUB()
|