Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DSwiftCallingConv.cpp74 QualType eltType = arrayType->getElementType(); in addTypedData() local
82 auto eltType = complexType->getElementType(); in addTypedData() local
DCodeGenFunction.cpp1464 QualType eltType; in EmitNullInitialization() local
1581 QualType eltType; in emitArrayLength() local
DCGExprComplex.cpp311 QualType eltType = complexType->castAs<ComplexType>()->getElementType(); in emitAddrOfImagComponent() local
DCGCall.cpp2392 llvm::Type *eltType = coercionType->getElementType(i); in EmitFunctionProlog() local
3806 llvm::Type *eltType = coercionType->getElementType(i); in EmitCall() local
4031 llvm::Type *eltType = coercionType->getElementType(i); in EmitCall() local
DCGExpr.cpp2835 QualType eltType; in getFixedSizeElementType() local
2844 QualType eltType, bool inbounds, in emitArraySubscriptGEP()
DCGExprScalar.cpp2009 QualType eltType; in VisitUnaryExprOrTypeTraitExpr() local
/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h201 for (auto eltType : coerceToType->elements()) { in getCoerceAndExpand() local
225 static bool isPaddingForCoerceAndExpand(llvm::Type *eltType) { in isPaddingForCoerceAndExpand()
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DPathProfiling.cpp1390 Type *eltType = ftArrayType->getTypeAtIndex((unsigned)0); in runOnModule() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPULibCalls.cpp870 Type *eltType; in fold_pow() local
/external/clang/lib/Sema/
DSemaChecking.cpp3422 QualType eltType = LHSType->getAs<VectorType>()->getElementType(); in SemaBuiltinShuffleVector() local
DSemaExpr.cpp5788 QualType &eltType) { in breakDownVectorType()