Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVOpCode.h72 return (unsigned)OpCode >= OpShiftRightLogical && in isShiftOpCode()
87 return (((unsigned)OpCode >= OpShiftRightLogical && in isBinaryShiftLogicalBitwiseOpCode()
DSPIRVInstruction.cpp164 OpShiftRightLogical, in isSpecConstantOpAllowedOp()
Dspirv.hpp764 OpShiftRightLogical = 194, enumerator
DSPIRVIsValidEnum.h762 case OpShiftRightLogical: in isValid()