reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1424 SelectionDAG &DAG = CLI.DAG; 1425 SDLoc dl = CLI.DL; 1426 SmallVectorImpl<ISD::OutputArg> &Outs = CLI.Outs; 1427 SmallVectorImpl<SDValue> &OutVals = CLI.OutVals; 1428 SmallVectorImpl<ISD::InputArg> &Ins = CLI.Ins; 1429 SDValue Chain = CLI.Chain; 1430 SDValue Callee = CLI.Callee; 1431 bool &isTailCall = CLI.IsTailCall; 1432 ArgListTy &Args = CLI.getArgs(); 1433 Type *RetTy = CLI.RetTy; 1434 ImmutableCallSite CS = CLI.CS; 1713 if (CLI.IsConvergent)