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

References

lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
  491         Cond = DAG.getNode(ISD::AND, SDLoc(N), CondVT,
  492                            Cond, DAG.getConstant(1, SDLoc(N), CondVT));
  498         Cond = DAG.getNode(ISD::SIGN_EXTEND_INREG, SDLoc(N), CondVT,
  505   auto BoolVT = getSetCCResultType(CondVT);
  506   if (BoolVT.bitsLT(CondVT))