Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp254 auto eltTy = split.first; in addLegalTypedData() local
337 auto eltTy = vecTy->getElementType(); in addEntry() local
405 auto eltTy = split.first; in splitVectorEntry() local
695 llvm::Type *eltTy, unsigned numElts) { in isLegalVectorType()
704 auto eltTy = vectorTy->getElementType(); in splitLegalVectorType() local
726 auto eltTy = origVectorTy->getElementType(); in legalizeVectorType() local
H A DConstantInitBuilder.cpp263 llvm::Constant *ConstantAggregateBuilderBase::finishArray(llvm::Type *eltTy) { in finishArray()
H A DCGCXXABI.cpp249 const CXXDeleteExpr *expr, QualType eltTy, in ReadArrayCookie()
/openbsd-src/gnu/llvm/clang/include/clang/CodeGen/
H A DConstantInitBuilder.h436 llvm::Type *eltTy) in ConstantArrayBuilderTemplateBase()
555 llvm::Type *eltTy) in ConstantArrayBuilder()