Home
last modified time | relevance | path

Searched refs:N102 (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16083 SDValue N102 = N10.getOperand(2); in visitFADDForFMACombine() local
16084 if (isContractableFMUL(N102) && in visitFADDForFMACombine()
16088 N102.getOperand(0), N102.getOperand(1), in visitFADDForFMACombine()
16403 SDValue N102 = CvtSrc.getOperand(2); in visitFSUBForFMACombine() local
16404 if (isContractableAndReassociableFMUL(N102) && in visitFSUBForFMACombine()
16407 SDValue N1020 = N102.getOperand(0); in visitFSUBForFMACombine()
16408 SDValue N1021 = N102.getOperand(1); in visitFSUBForFMACombine()