Home | History | Annotate | Download | only in Core

Lines Matching defs:SE

29     const SymExpr *SE = SymVal->getSymbol();
31 if (const SymIntExpr *SIE = dyn_cast<SymIntExpr>(SE)) {
52 if (const SymSymExpr *SSE = dyn_cast<SymSymExpr>(SE)) {
140 } else if (const SymIntExpr *SE = dyn_cast<SymIntExpr>(sym)) {
143 BinaryOperator::Opcode op = SE->getOpcode();
148 return assumeSymRel(state, SE->getLHS(), op, SE->getRHS());
231 if (const SymIntExpr *SE = dyn_cast<SymIntExpr>(Sym)) {
232 BinaryOperator::Opcode Op = SE->getOpcode();
234 Sym = SE->getLHS();
235 Adjustment = APSIntType(Adjustment).convert(SE->getRHS());