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.cpp447 Type *LLVMBaseTy = LLVMVecTy->getElementType(); in getOrCreateConstVector() local
448 assert(LLVMBaseTy->isIntegerTy()); in getOrCreateConstVector()
449 auto *ConstVal = ConstantInt::get(LLVMBaseTy, Val); in getOrCreateConstVector()
466 Type *LLVMBaseTy = LLVMVecTy->getElementType(); in getOrCreateConstVector() local
467 assert(LLVMBaseTy->isFloatingPointTy()); in getOrCreateConstVector()
468 auto *ConstVal = ConstantFP::get(LLVMBaseTy, Val); in getOrCreateConstVector()
483 Type *LLVMBaseTy = LLVMArrTy->getElementType(); in getOrCreateConstIntArray() local
484 Constant *CI = ConstantInt::get(LLVMBaseTy, Val); in getOrCreateConstIntArray()
497 ConstantInt::get(LLVMBaseTy, Val), ConstantInt::get(LLVMBaseTy, Num)}); in getOrCreateConstIntArray()
546 Type *LLVMBaseTy = LLVMVecTy->getElementType(); in getOrCreateConsIntVector() local
[all …]