Searched refs:N002 (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 16048 SDValue N002 = N00.getOperand(2); in visitFADDForFMACombine() local 16049 if (isContractableFMUL(N002) && in visitFADDForFMACombine() 16053 N002.getOperand(0), N002.getOperand(1), in visitFADDForFMACombine() 16354 SDValue N002 = N00.getOperand(2); in visitFSUBForFMACombine() local 16355 if (isContractableAndReassociableFMUL(N002) && in visitFSUBForFMACombine() 16364 matcher.getNode(ISD::FP_EXTEND, SL, VT, N002.getOperand(0)), in visitFSUBForFMACombine() 16365 matcher.getNode(ISD::FP_EXTEND, SL, VT, N002.getOperand(1)), in visitFSUBForFMACombine()
|