Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDagOperands.h
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DTracker.cpp28 unsigned IRChangeBase::getIdx() const { in getIdx() function in IRChangeBase
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordReader.h62 unsigned getIdx() const { return Idx; } in getIdx() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h1032 Expr *getIdx() { return cast<Expr>(SubExprs[IDX_EXPR]); } in getIdx() function
1033 const Expr *getIdx() const { return cast<Expr>(SubExprs[IDX_EXPR]); } in getIdx() function
H A DExpr.h2714 Expr *getIdx() { return lhsIsBase() ? getRHS() : getLHS(); } in getIdx() function
2715 const Expr *getIdx() const { return lhsIsBase() ? getRHS() : getLHS(); } in getIdx() function