Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp538 Type *LLVMBaseTy = LLVMVecTy->getElementType(); in getOrCreateConstVector() local
539 assert(LLVMBaseTy->isIntegerTy()); in getOrCreateConstVector()
540 auto *ConstVal = ConstantInt::get(LLVMBaseTy, Val); in getOrCreateConstVector()
557 Type *LLVMBaseTy = LLVMVecTy->getElementType(); in getOrCreateConstVector() local
558 assert(LLVMBaseTy->isFloatingPointTy()); in getOrCreateConstVector()
559 auto *ConstVal = ConstantFP::get(LLVMBaseTy, Val); in getOrCreateConstVector()
574 Type *LLVMBaseTy = LLVMArrTy->getElementType(); in getOrCreateConstIntArray() local
575 Constant *CI = ConstantInt::get(LLVMBaseTy, Val); in getOrCreateConstIntArray()
588 ConstantInt::get(LLVMBaseTy, Val), ConstantInt::get(LLVMBaseTy, Num)}); in getOrCreateConstIntArray()
638 Type *LLVMBaseTy = LLVMVecTy->getElementType(); in getOrCreateConsIntVector() local
[all …]