Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangASTPropertiesEmitter.cpp333 } else if (auto eltType = type.getArrayElementType()) { in validateType() local
482 } else if (auto eltType = type.getArrayElementType()) { in emitBasicReaderWriterMethodSuffix() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp79 QualType eltType = arrayType->getElementType(); in addTypedData() local
87 auto eltType = complexType->getElementType(); in addTypedData() local
H A DCGCall.cpp3311 llvm::Type *eltType = coercionType->getElementType(i); in EmitFunctionProlog() local
5416 llvm::Type *eltType = coercionType->getElementType(i); in EmitCall() local
5785 llvm::Type *eltType = coercionType->getElementType(i); in EmitCall() local
H A DCodeGenFunction.cpp2176 QualType eltType; in emitArrayLength() local
H A DCGExpr.cpp3944 QualType eltType; in getFixedSizeElementType() local
4016 QualType eltType, bool inbounds, in emitArraySubscriptGEP()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp898 Type *eltType = FPOp->getType()->getScalarType(); in fold_pow() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp9436 QualType eltType = LHSType->castAs<VectorType>()->getElementType(); in SemaBuiltinShuffleVector() local
H A DSemaExpr.cpp8233 QualType &eltType) { in breakDownVectorType()