Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVOpCode.h65 inline bool isBinaryOpCode(Op OpCode) { in isBinaryOpCode() function
89 isBinaryOpCode(OpCode)); in isBinaryShiftLogicalBitwiseOpCode()
DSPIRVInstruction.h631 if (isBinaryOpCode(OpCode)) {
/external/spirv-llvm/lib/SPIRV/
DSPIRVWriter.cpp1630 } else if (isBinaryOpCode(OC)) { in transBuiltinToInstWithoutDecoration()