Searched refs:elemType (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | MemRegion.cpp | 1441 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 D | Type.h | 7601 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 D | CGExpr.cpp | 3939 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 D | CGExprScalar.cpp | 5228 llvm::Type *elemType = vecTy->getElementType(); in VisitAbstractConditionalOperator() local 5233 TestMSB, llvm::FixedVectorType::get(elemType, numElem), "sext"); in VisitAbstractConditionalOperator()
|