Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstructions.h99 const Value *getArraySize() const { return getOperand(0); } in getArraySize() function
100 Value *getArraySize() { return getOperand(0); } in getArraySize() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h2264 Optional<Expr *> getArraySize() { in getArraySize() function
2269 Optional<const Expr *> getArraySize() const { in getArraySize() function
H A DExpr.h5364 llvm::APInt getArraySize() const { in getArraySize() function