Searched defs:isVOPC (Results 1 – 2 of 2) sorted by relevance
437 static bool isVOPC(const MachineInstr &MI) { in isVOPC() function441 bool isVOPC(uint16_t Opcode) const { in isVOPC() function
1262 constexpr bool isVOPC() const noexcept { return (uint16_t)format & (uint16_t)Format::VOPC; } in isVOPC() function