Searched defs:IntSymExpr (Results 1 – 2 of 2) sorted by relevance
410 using IntSymExpr = BinarySymExprImpl<const llvm::APSInt &, const SymExpr *, variable
326 IntSymExpr(const llvm::APSInt& lhs, BinaryOperator::Opcode op, in IntSymExpr() function