Searched refs:lhsIsBase (Results 1 – 1 of 1) sorted by relevance
2678 bool lhsIsBase() const { return getRHS()->getType()->isIntegerType(); } in lhsIsBase() function2711 Expr *getBase() { return lhsIsBase() ? getLHS() : getRHS(); } in getBase()2712 const Expr *getBase() const { return lhsIsBase() ? getLHS() : getRHS(); } in getBase()2714 Expr *getIdx() { return lhsIsBase() ? getRHS() : getLHS(); } in getIdx()2715 const Expr *getIdx() const { return lhsIsBase() ? getRHS() : getLHS(); } in getIdx()