Searched defs:llvmElementType (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGExprAgg.cpp | 518 llvm::Type *llvmElementType = CGF.ConvertTypeForMem(elementType); EmitArrayInit() local |
H A D | CGDecl.cpp | 2380 llvm::Type *llvmElementType = ConvertTypeForMem(elementType); emitArrayDestroy() local |
/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/ | ||
H A D | SPIRVToLLVM.cpp | 271 auto llvmElementType = converter.convertType(elementType); convertArrayType() local |