Searched refs:elemType (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | MemRegion.cpp | 1422 QualType elemType = ER->getElementType(); in getAsArrayOffset() local 1425 if (elemType->isIncompleteType()) { in getAsArrayOffset() 1430 int64_t size = C.getTypeSizeInChars(elemType).getQuantity(); in getAsArrayOffset()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Type.h | 6687 PipeType(QualType elemType, QualType CanonicalPtr, bool isRead) 6688 : Type(Pipe, CanonicalPtr, elemType->getDependence()), 6689 ElementType(elemType), isRead(isRead) {}
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExpr.cpp | 3911 llvm::Type *elemType, in emitArraySubscriptGEP() argument 3919 return CGF.EmitCheckedInBoundsGEP(elemType, ptr, indices, signedIndices, in emitArraySubscriptGEP() 3923 return CGF.Builder.CreateGEP(elemType, ptr, indices, name); in emitArraySubscriptGEP()
|
| H A D | CGExprScalar.cpp | 4886 llvm::Type *elemType = vecTy->getElementType(); in VisitAbstractConditionalOperator() local 4891 TestMSB, llvm::FixedVectorType::get(elemType, numElem), "sext"); in VisitAbstractConditionalOperator()
|