Searched refs:prepareConstant (Results 1 – 3 of 3) sorted by relevance
196 uint32_t prepareConstant(Location loc, Type constType, Attribute valueAttr);
640 uint32_t Serializer::prepareConstant(Location loc, Type constType, in prepareConstant() function in mlir::spirv::Serializer689 if (auto elementID = prepareConstant(loc, elementType, elementAttr)) { in prepareArrayConstant()
60 if (auto resultID = prepareConstant(op.getLoc(), op.getType(), op.value())) { in processConstantOp()