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.cpp336 const ArrayType *LLVMArrTy = cast<ArrayType>(LLVMTy); in getOrCreateConsIntArray() local
337 Type *LLVMBaseTy = LLVMArrTy->getElementType(); in getOrCreateConsIntArray()
340 ConstantArray::get(const_cast<ArrayType *>(LLVMArrTy), {ConstInt}); in getOrCreateConsIntArray()
344 LLVMArrTy->getNumElements()); in getOrCreateConsIntArray()
407 const ArrayType *LLVMArrTy = cast<ArrayType>(LLVMTy); in getOrCreateConsIntArray() local
408 Type *LLVMBaseTy = LLVMArrTy->getElementType(); in getOrCreateConsIntArray()
411 ConstantArray::get(const_cast<ArrayType *>(LLVMArrTy), {ConstInt}); in getOrCreateConsIntArray()
416 LLVMArrTy->getNumElements()); in getOrCreateConsIntArray()
H A DSPIRVInstructionSelector.cpp650 Type *LLVMArrTy = ArrayType::get( in selectMemOperation() local
653 new GlobalVariable(LLVMArrTy, true, GlobalValue::InternalLinkage); in selectMemOperation()