Searched refs:isConstantInstr (Results 1 – 3 of 3) sorted by relevance
28 bool SPIRVInstrInfo::isConstantInstr(const MachineInstr &MI) const { in isConstantInstr() function in SPIRVInstrInfo101 return isTypeDeclInstr(MI) || isConstantInstr(MI) || isDecorationInstr(MI); in isHeaderInstr()
32 bool isConstantInstr(const MachineInstr &MI) const;
437 } else if (TII->isConstantInstr(MI)) { in processOtherInstrs()