Home
last modified time | relevance | path

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

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