Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Serialization/
H A DSerializer.cpp357 SmallVector<uint32_t, 4> ptrOperands; in processTypeImpl() local
358 ptrOperands.push_back(ptrInfo.pointerTypeID); in processTypeImpl()
359 ptrOperands.push_back(static_cast<uint32_t>(ptrInfo.storageClass)); in processTypeImpl()
360 ptrOperands.push_back(typeIDMap[type]); in processTypeImpl()
363 ptrOperands); in processTypeImpl()