Home
last modified time | relevance | path

Searched defs:constType (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Serialization/
H A DSerializer.cpp640 uint32_t Serializer::prepareConstant(Location loc, Type constType, in prepareConstant()
677 uint32_t Serializer::prepareArrayConstant(Location loc, Type constType, in prepareArrayConstant()
704 Serializer::prepareDenseElementsConstant(Location loc, Type constType, in prepareDenseElementsConstant()
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVOps.cpp3293 Type constType; in verify() local