Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp1765 unsigned TyOpcode = ResType->getOpcode(); in selectConst() local
1766 assert(TyOpcode != SPIRV::OpTypePointer || Imm.isZero()); in selectConst()
1768 if ((TyOpcode == SPIRV::OpTypePointer || TyOpcode == SPIRV::OpTypeEvent) && in selectConst()
1774 if (TyOpcode == SPIRV::OpTypeInt) { in selectConst()