Home
last modified time | relevance | path

Searched defs:eltType (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp77 QualType eltType = arrayType->getElementType(); in addTypedData() local
85 auto eltType = complexType->getElementType(); in addTypedData() local
H A DCGCall.cpp2935 llvm::Type *eltType = coercionType->getElementType(i); in EmitFunctionProlog() local
5016 llvm::Type *eltType = coercionType->getElementType(i); in EmitCall() local
5393 llvm::Type *eltType = coercionType->getElementType(i); in EmitCall() local
H A DCodeGenFunction.cpp2015 QualType eltType; in emitArrayLength() local
H A DCGExpr.cpp3616 QualType eltType; in getFixedSizeElementType() local
3661 QualType eltType, bool inbounds, in emitArraySubscriptGEP()
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangASTPropertiesEmitter.cpp332 } else if (auto eltType = type.getArrayElementType()) { in validateType() local
481 } else if (auto eltType = type.getArrayElementType()) { in emitBasicReaderWriterMethodSuffix() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h262 for (auto eltType : coerceToType->elements()) { in getCoerceAndExpand() local
286 static bool isPaddingForCoerceAndExpand(llvm::Type *eltType) { in isPaddingForCoerceAndExpand()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp861 Type *eltType; in fold_pow() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp6322 QualType eltType = LHSType->castAs<VectorType>()->getElementType(); in SemaBuiltinShuffleVector() local
H A DSemaExpr.cpp7305 QualType &eltType) { in breakDownVectorType()