reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 5453            N3.getValueType() == VT && "FMA types must match!");
 5456     ConstantFPSDNode *N3CFP = dyn_cast<ConstantFPSDNode>(N3);
 5468     SDValue Ops[] = {N1, N2, N3};
 5474     SDValue Ops[] = {N1, N2, N3};
 5489     if (SDValue V = FoldSetCC(VT, N1, N2, cast<CondCodeSDNode>(N3)->get(), DL))
 5492     SDValue Ops[] = {N1, N2, N3};
 5501     if (SDValue V = simplifySelect(N1, N2, N3))
 5507     ConstantSDNode *N3C = dyn_cast<ConstantSDNode>(N3);
 5513     if (N3.isUndef())
 5526     SDValue Index = N3;
 5550           N2.getOperand(1) == N3 && N2.getOperand(0).getValueType() == VT)
 5565   SDValue Ops[] = {N1, N2, N3};