Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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
696 llvm::Type *eltTy, unsigned numElts) { in isLegalVectorType()
705 auto eltTy = vectorTy->getElementType(); in splitLegalVectorType() local
727 auto eltTy = origVectorTy->getElementType(); in legalizeVectorType() local
H A DConstantInitBuilder.cpp263 llvm::Constant *ConstantAggregateBuilderBase::finishArray(llvm::Type *eltTy) { in finishArray()
H A DCGCXXABI.cpp246 const CXXDeleteExpr *expr, QualType eltTy, in ReadArrayCookie()
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DConstantInitBuilder.h431 llvm::Type *eltTy) in ConstantArrayBuilderTemplateBase()
550 llvm::Type *eltTy) in ConstantArrayBuilder()