Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDInstructions.h93 const Value *getArraySize() const { return getOperand(0); } in getArraySize() function
94 Value *getArraySize() { return getOperand(0); } in getArraySize() function
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDExprCXX.h2353 std::optional<Expr *> getArraySize() { in getArraySize() function
2367 std::optional<const Expr *> getArraySize() const { in getArraySize() function
HDExpr.h5715 llvm::APInt getArraySize() const { in getArraySize() function