Searched defs:getArraySize (Results 1 – 3 of 3) sorted by relevance
96 const Value *getArraySize() const { return getOperand(0); } in getArraySize() function97 Value *getArraySize() { return getOperand(0); } in getArraySize() function
2325 std::optional<Expr *> getArraySize() { in getArraySize() function2339 std::optional<const Expr *> getArraySize() const { in getArraySize() function
5448 llvm::APInt getArraySize() const { in getArraySize() function