Searched refs:numElements (Results 26 - 30 of 30) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp3401 llvm::Value *numElements = CGF.getVLASize(vla).NumElts; local
3408 index = CGF.Builder.CreateMul(index, numElements, "vla.index");
3411 index = CGF.Builder.CreateNSWMul(index, numElements, "vla.index");
H A DItaniumCXXABI.cpp2204 llvm::Value *numElements,
2220 CGF.Builder.CreateStore(numElements, cookie);
2202 InitializeArrayCookie(CodeGenFunction &CGF, Address newPtr, llvm::Value *numElements, const CXXNewExpr *expr, QualType elementType) argument
H A DMicrosoftCXXABI.cpp2271 llvm::Value *numElements,
2285 CGF.Builder.CreateStore(numElements, numElementsPtr);
2269 InitializeArrayCookie(CodeGenFunction &CGF, Address newPtr, llvm::Value *numElements, const CXXNewExpr *expr, QualType elementType) argument
/freebsd-13-stable/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa.h2470 bit32 numElements; /**< Number of elements */ member in struct:agsaMem_s
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h13966 llvm::APInt numElements(SemaRef.Context.getIntWidth(SemaRef.Context.IntTy),
13969 = IntegerLiteral::Create(SemaRef.Context, numElements, SemaRef.Context.IntTy,

Completed in 137 milliseconds

12