Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h97 const Value *getArraySize() const { return getOperand(0); } in getArraySize() function
98 Value *getArraySize() { return getOperand(0); } in getArraySize() function
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp1410 Value *AllocaInst::getArraySize() { in getArraySize() function in llvm::sandboxir::AllocaInst
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h2449 std::optional<Expr *> getArraySize() { in getArraySize() function
2463 std::optional<const Expr *> getArraySize() const { in getArraySize() function
H A DExpr.h5918 llvm::APInt getArraySize() const { in getArraySize() function
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h2219 const Value *getArraySize() const { in getArraySize() function