Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.h33 bool isSpecConstantInstr(const MachineInstr &MI) const;
H A DSPIRVInstrInfo.cpp51 bool SPIRVInstrInfo::isSpecConstantInstr(const MachineInstr &MI) const { in isSpecConstantInstr() function in SPIRVInstrInfo
H A DSPIRVModuleAnalysis.cpp390 if (TII->isSpecConstantInstr(MI)) { in visitDecl()