Home
last modified time | relevance | path

Searched refs:RawVTs (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp1419 SDVTList RawVTs = DAG.getVTList(MVT::Other, MVT::Glue); in emitIntrinsicWithChainAndGlue() local
1420 SDValue Intr = DAG.getNode(Opcode, SDLoc(Op), RawVTs, Ops); in emitIntrinsicWithChainAndGlue()
1440 SDVTList RawVTs = DAG.getVTList(Op->getValueType(0), MVT::Glue); in emitIntrinsicWithGlue() local
1441 return DAG.getNode(Opcode, SDLoc(Op), RawVTs, Ops); in emitIntrinsicWithGlue()