Searched defs:eltTy (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | SwiftCallingConv.cpp | 254 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, unsigne in isLegalVectorType() argument 705 auto eltTy = vectorTy->getElementType(); splitLegalVectorType() local 727 auto eltTy = origVectorTy->getElementType(); legalizeVectorType() local [all...] |
H A D | ConstantInitBuilder.cpp | 263 llvm::Constant *ConstantAggregateBuilderBase::finishArray(llvm::Type *eltTy) { in finishArray() argument
|
H A D | CGCXXABI.cpp | 246 ReadArrayCookie(CodeGenFunction & CGF,Address ptr,const CXXDeleteExpr * expr,QualType eltTy,llvm::Value * & numElements,llvm::Value * & allocPtr,CharUnits & cookieSize) ReadArrayCookie() argument
|
/freebsd-src/contrib/llvm-project/clang/include/clang/CodeGen/ |
H A D | ConstantInitBuilder.h | 431 ConstantArrayBuilderTemplateBase(InitBuilder & builder,AggregateBuilderBase * parent,llvm::Type * eltTy) ConstantArrayBuilderTemplateBase() argument 550 ConstantArrayBuilder(ConstantInitBuilder & builder,ConstantAggregateBuilderBase * parent,llvm::Type * eltTy) ConstantArrayBuilder() argument
|