Searched refs:OpcodeVT (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelDAGToDAG.cpp | 1054 EVT OpcodeVT = MVT::i64; in tryRISBGZero() local 1065 OpcodeVT = MVT::i32; in tryRISBGZero() 1070 getUNDEF(DL, OpcodeVT), in tryRISBGZero() 1071 convertTo(DL, OpcodeVT, RISBG.Input), in tryRISBGZero() 1077 DL, VT, SDValue(CurDAG->getMachineNode(Opcode, DL, OpcodeVT, Ops), 0)); in tryRISBGZero()
|