Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/
DOCLUtil.cpp227 encodeVecTypeHint(Type *Ty){ in encodeVecTypeHint() function
251 return Size << 16 | encodeVecTypeHint(EleTy); in encodeVecTypeHint()
287 return encodeVecTypeHint(getMDOperandAsType(Node, 1)); in transVecTypeHint()