Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/
H A DCIRMemorySlot.cpp38 cir::UndefAttr::get(slot.elemType)); in getDefaultValue()
77 getType() == slot.elemType; in canUsesBeRemoved()
111 getValue() != slot.ptr && slot.elemType == getValue().getType(); in canUsesBeRemoved()
H A DCIRAttrs.cpp205 mlir::Type elemType = type.getElementType(); in verify() local
206 if (real.getType() != elemType) in verify()
210 if (imag.getType() != elemType) in verify()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1497 QualType elemType = ER->getElementType(); in getAsArrayOffset() local
1500 if (elemType->isIncompleteType()) { in getAsArrayOffset()
1505 int64_t size = C.getTypeSizeInChars(elemType).getQuantity(); in getAsArrayOffset()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h7957 PipeType(QualType elemType, QualType CanonicalPtr, bool isRead)
7958 : Type(Pipe, CanonicalPtr, elemType->getDependence()),
7959 ElementType(elemType), isRead(isRead) {}
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp4165 llvm::Type *elemType, in emitArraySubscriptGEP() argument
4173 return CGF.EmitCheckedInBoundsGEP(elemType, ptr, indices, signedIndices, in emitArraySubscriptGEP()
4177 return CGF.Builder.CreateGEP(elemType, ptr, indices, name); in emitArraySubscriptGEP()
H A DCGExprScalar.cpp5566 llvm::Type *elemType = vecTy->getElementType(); in VisitAbstractConditionalOperator() local
5571 TestMSB, llvm::FixedVectorType::get(elemType, numElem), "sext"); in VisitAbstractConditionalOperator()