Searched refs:getSymIntExpr (Results 1 – 2 of 2) sorted by relevance
539 const SymIntExpr *getSymIntExpr(const SymExpr *lhs, BinaryOperator::Opcode op,542 const SymIntExpr *getSymIntExpr(const SymExpr &lhs, BinaryOperator::Opcode op, in getSymIntExpr() function544 return getSymIntExpr(&lhs, op, rhs, t); in getSymIntExpr()
262 const SymIntExpr *SymbolManager::getSymIntExpr(const SymExpr *lhs, in getSymIntExpr() function in SymbolManager