Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp7878 SDValue N02 = N0.getOperand(2); in visitFADDForFMACombine() local
7879 if (N02.getOpcode() == ISD::FP_EXTEND) { in visitFADDForFMACombine()
7880 SDValue N020 = N02.getOperand(0); in visitFADDForFMACombine()
8119 SDValue N02 = N0.getOperand(2); in visitFSUBForFMACombine() local
8120 if (N02.getOpcode() == ISD::FP_EXTEND) { in visitFSUBForFMACombine()
8121 SDValue N020 = N02.getOperand(0); in visitFSUBForFMACombine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp10249 SDValue N02 = N0.getOperand(2); in visitFADDForFMACombine() local
10250 if (N02.getOpcode() == ISD::FP_EXTEND) { in visitFADDForFMACombine()
10251 SDValue N020 = N02.getOperand(0); in visitFADDForFMACombine()
10513 SDValue N02 = N0.getOperand(2); in visitFSUBForFMACombine() local
10514 if (N02.getOpcode() == ISD::FP_EXTEND) { in visitFSUBForFMACombine()
10515 SDValue N020 = N02.getOperand(0); in visitFSUBForFMACombine()