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

/freebsd-11.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp963 EVT OpcodeVT = MVT::i64; local
966 OpcodeVT = MVT::i32;
971 getUNDEF(DL, OpcodeVT),
972 convertTo(DL, OpcodeVT, RISBG.Input),
977 N = CurDAG->getMachineNode(Opcode, DL, OpcodeVT, Ops);

Completed in 55 milliseconds