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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.h32 bool isConstantInstr(const MachineInstr &MI) const;
H A DSPIRVInstrInfo.cpp28 bool SPIRVInstrInfo::isConstantInstr(const MachineInstr &MI) const { function in class:SPIRVInstrInfo
90 return isTypeDeclInstr(MI) || isConstantInstr(MI) || isDecorationInstr(MI);
H A DSPIRVModuleAnalysis.cpp359 } else if (TII->isConstantInstr(MI)) {

Completed in 59 milliseconds