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

References

lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
 2627   assert(N->getValueType(0).isVector() &&
 2628          N->getOperand(0).getValueType().isVector() &&
 2632   SDLoc DL(N);
 2633   GetSplitVector(N->getOperand(0), Lo0, Hi0);
 2634   GetSplitVector(N->getOperand(1), Lo1, Hi1);
 2639   LoRes = DAG.getNode(ISD::SETCC, DL, PartResVT, Lo0, Lo1, N->getOperand(2));
 2640   HiRes = DAG.getNode(ISD::SETCC, DL, PartResVT, Hi0, Hi1, N->getOperand(2));
 2643   EVT OpVT = N->getOperand(0).getValueType();
 2646   return DAG.getNode(ExtendCode, DL, N->getValueType(0), Con);