Home
last modified time | relevance | path

Searched refs:elemType (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1441 QualType elemType = ER->getElementType(); in getAsArrayOffset() local
1444 if (elemType->isIncompleteType()) { in getAsArrayOffset()
1449 int64_t size = C.getTypeSizeInChars(elemType).getQuantity(); in getAsArrayOffset()
/src/contrib/llvm-project/clang/include/clang/AST/
H A DType.h7601 PipeType(QualType elemType, QualType CanonicalPtr, bool isRead)
7602 : Type(Pipe, CanonicalPtr, elemType->getDependence()),
7603 ElementType(elemType), isRead(isRead) {}
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp3939 llvm::Type *elemType, in emitArraySubscriptGEP() argument
3947 return CGF.EmitCheckedInBoundsGEP(elemType, ptr, indices, signedIndices, in emitArraySubscriptGEP()
3951 return CGF.Builder.CreateGEP(elemType, ptr, indices, name); in emitArraySubscriptGEP()
H A DCGExprScalar.cpp5228 llvm::Type *elemType = vecTy->getElementType(); in VisitAbstractConditionalOperator() local
5233 TestMSB, llvm::FixedVectorType::get(elemType, numElem), "sext"); in VisitAbstractConditionalOperator()