Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DPWMAFunction.h65 ArrayRef<int64_t> getOutputExpr(unsigned i) const { return output.getRow(i); } in getOutputExpr() function
/llvm-project-15.0.7/clang/lib/AST/
H A DStmt.cpp456 const Expr *AsmStmt::getOutputExpr(unsigned i) const { in getOutputExpr() function in AsmStmt
507 Expr *GCCAsmStmt::getOutputExpr(unsigned i) { in getOutputExpr() function in GCCAsmStmt
829 Expr *MSAsmStmt::getOutputExpr(unsigned i) { in getOutputExpr() function in MSAsmStmt
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmt.h3144 const Expr *getOutputExpr(unsigned i) const { in getOutputExpr() function
3305 const Expr *getOutputExpr(unsigned i) const { in getOutputExpr() function