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

References

lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 5452     assert(N1.getValueType() == VT && N2.getValueType() == VT &&
 5454     ConstantFPSDNode *N1CFP = dyn_cast<ConstantFPSDNode>(N1);
 5468     SDValue Ops[] = {N1, N2, N3};
 5474     SDValue Ops[] = {N1, N2, N3};
 5481     assert(N1.getValueType() == N2.getValueType() &&
 5483     assert(VT.isVector() == N1.getValueType().isVector() &&
 5486             VT.getVectorNumElements() == N1.getValueType().getVectorNumElements()) &&
 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))
 5509     if (N3C && N3C->getZExtValue() >= N1.getValueType().getVectorNumElements())
 5518       return N1;
 5524     if (N1.isUndef() && N2.isUndef())
 5527     if (VT.isSimple() && N1.getValueType().isSimple()
 5529       assert(VT.isVector() && N1.getValueType().isVector() &&
 5532       assert(VT == N1.getValueType() &&
 5534       assert(N2.getSimpleValueType() <= N1.getSimpleValueType() &&
 5549       if (N1.isUndef() && N2.getOpcode() == ISD::EXTRACT_SUBVECTOR &&
 5557     if (N1.getValueType() == VT)
 5558       return N1;
 5565   SDValue Ops[] = {N1, N2, N3};