Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1015 EVT OpcodeVT = MVT::i64; in tryRISBGZero() local
1026 OpcodeVT = MVT::i32; in tryRISBGZero()
1031 getUNDEF(DL, OpcodeVT), in tryRISBGZero()
1032 convertTo(DL, OpcodeVT, RISBG.Input), in tryRISBGZero()
1038 DL, VT, SDValue(CurDAG->getMachineNode(Opcode, DL, OpcodeVT, Ops), 0)); in tryRISBGZero()