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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1026 EVT OpcodeVT = MVT::i64; local
1037 OpcodeVT = MVT::i32;
1042 getUNDEF(DL, OpcodeVT),
1043 convertTo(DL, OpcodeVT, RISBG.Input),
1049 DL, VT, SDValue(CurDAG->getMachineNode(Opcode, DL, OpcodeVT, Ops), 0));

Completed in 104 milliseconds