Searched refs:RawVTs (Results 1 – 1 of 1) sorted by relevance
1419 SDVTList RawVTs = DAG.getVTList(MVT::Other, MVT::Glue); in emitIntrinsicWithChainAndGlue() local1420 SDValue Intr = DAG.getNode(Opcode, SDLoc(Op), RawVTs, Ops); in emitIntrinsicWithChainAndGlue()1440 SDVTList RawVTs = DAG.getVTList(Op->getValueType(0), MVT::Glue); in emitIntrinsicWithGlue() local1441 return DAG.getNode(Opcode, SDLoc(Op), RawVTs, Ops); in emitIntrinsicWithGlue()