Searched defs:getArraySize (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h92 const Value *getArraySize() const { return getOperand(0); } function in class:llvm::AllocaInst
93 Value *getArraySize() { return getOperand(0); } function in class:llvm::AllocaInst
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h2225 Optional<Expr *> getArraySize() { function in class:clang::final
2230 Optional<const Expr *> getArraySize() const { function in class:clang::final
H A DExpr.h5057 llvm::APInt getArraySize() const { function in class:clang::final::final::ArrayInitLoopExpr

Completed in 194 milliseconds