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

References

lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
  795   SDValue LHS = GetPromotedInteger(N->getOperand(1));
  796   SDValue RHS = GetPromotedInteger(N->getOperand(2));
  797   return DAG.getSelect(SDLoc(N),
  798                        LHS.getValueType(), N->getOperand(0), LHS, RHS);