Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp899 EVT OpcodeVT = MVT::i64; in tryRISBGZero() local
902 OpcodeVT = MVT::i32; in tryRISBGZero()
907 getUNDEF(SDLoc(N), OpcodeVT), in tryRISBGZero()
908 convertTo(SDLoc(N), OpcodeVT, RISBG.Input), in tryRISBGZero()
913 N = CurDAG->getMachineNode(Opcode, SDLoc(N), OpcodeVT, Ops); in tryRISBGZero()