Searched defs:eltType (Results 1 – 9 of 9) sorted by relevance
77 QualType eltType = arrayType->getElementType(); in addTypedData() local85 auto eltType = complexType->getElementType(); in addTypedData() local
2935 llvm::Type *eltType = coercionType->getElementType(i); in EmitFunctionProlog() local5016 llvm::Type *eltType = coercionType->getElementType(i); in EmitCall() local5393 llvm::Type *eltType = coercionType->getElementType(i); in EmitCall() local
2015 QualType eltType; in emitArrayLength() local
3616 QualType eltType; in getFixedSizeElementType() local3661 QualType eltType, bool inbounds, in emitArraySubscriptGEP()
332 } else if (auto eltType = type.getArrayElementType()) { in validateType() local481 } else if (auto eltType = type.getArrayElementType()) { in emitBasicReaderWriterMethodSuffix() local
262 for (auto eltType : coerceToType->elements()) { in getCoerceAndExpand() local286 static bool isPaddingForCoerceAndExpand(llvm::Type *eltType) { in isPaddingForCoerceAndExpand()
861 Type *eltType; in fold_pow() local
6322 QualType eltType = LHSType->castAs<VectorType>()->getElementType(); in SemaBuiltinShuffleVector() local
7305 QualType &eltType) { in breakDownVectorType()