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.cpp573 const ArrayType *LLVMArrTy = cast<ArrayType>(LLVMTy); in getOrCreateConstIntArray() local
574 Type *LLVMBaseTy = LLVMArrTy->getElementType(); in getOrCreateConstIntArray()
587 {PoisonValue::get(const_cast<ArrayType *>(LLVMArrTy)), in getOrCreateConstIntArray()
590 LLVMArrTy->getNumElements()); in getOrCreateConstIntArray()
H A DSPIRVInstructionSelector.cpp1285 Type *LLVMArrTy = in selectMemOperation() local
1288 GlobalVariable *GV = new GlobalVariable(*CurFunction.getParent(), LLVMArrTy, in selectMemOperation()
1290 Constant::getNullValue(LLVMArrTy)); in selectMemOperation()