Home
last modified time | relevance | path

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

/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.cpp3317 llvm::Type *eltType = coercionType->getElementType(i); in EmitFunctionProlog() local
5468 llvm::Type *eltType = coercionType->getElementType(i); in EmitCall() local
5883 llvm::Type *eltType = coercionType->getElementType(i); in EmitCall() local
H A DCodeGenFunction.cpp2256 QualType eltType; in emitArrayLength() local
H A DCGExpr.cpp3987 QualType eltType; in getFixedSizeElementType() local
4059 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.cpp911 Type *eltType = FPOp->getType()->getScalarType(); in fold_pow() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp5027 QualType eltType = LHSType->castAs<VectorType>()->getElementType(); in BuiltinShuffleVector() local
H A DSemaExpr.cpp7426 QualType &eltType) { in breakDownVectorType()