Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp482 const ArrayType *LLVMArrTy = cast<ArrayType>(LLVMTy); in getOrCreateConstIntArray() local
483 Type *LLVMBaseTy = LLVMArrTy->getElementType(); in getOrCreateConstIntArray()
496 {PoisonValue::get(const_cast<ArrayType *>(LLVMArrTy)), in getOrCreateConstIntArray()
499 LLVMArrTy->getNumElements()); in getOrCreateConstIntArray()
H A DSPIRVInstructionSelector.cpp854 Type *LLVMArrTy = in selectMemOperation() local
857 GlobalVariable *GV = new GlobalVariable(*CurFunction.getParent(), LLVMArrTy, in selectMemOperation()
859 Constant::getNullValue(LLVMArrTy)); in selectMemOperation()