Home
last modified time | relevance | path

Searched defs:eltTy (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp252 auto eltTy = split.first; in addLegalTypedData() local
335 auto eltTy = vecTy->getElementType(); in addEntry() local
403 auto eltTy = split.first; in splitVectorEntry() local
699 llvm::Type *eltTy, unsigned numElts) { in isLegalVectorType()
709 auto eltTy = vectorTy->getElementType(); in splitLegalVectorType() local
731 auto eltTy = origVectorTy->getElementType(); in legalizeVectorType() local
H A DConstantInitBuilder.cpp264 llvm::Constant *ConstantAggregateBuilderBase::finishArray(llvm::Type *eltTy) { in finishArray()
H A DCGCXXABI.cpp205 const CXXDeleteExpr *expr, QualType eltTy, in ReadArrayCookie()
H A DTargetInfo.cpp149 llvm::Type *eltTy, in isLegalVectorTypeForSwift()
5841 llvm::Type *eltTy, in isLegalVectorTypeForSwift()
6832 llvm::Type *eltTy, in isLegalVectorTypeForSwift()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DConstantInitBuilder.h436 llvm::Type *eltTy) in ConstantArrayBuilderTemplateBase()
555 llvm::Type *eltTy) in ConstantArrayBuilder()