Home | History | Annotate | Download | only in Core

Lines Matching defs:Sym

331       // Only handle LHS of the form "$sym op constant", at least for now.
478 SymbolRef Sym = slhs->getSymbol();
479 Sym->getType(Context);
490 if (const llvm::APSInt *Constant = state->getSymVal(Sym)) {
939 if (SymbolRef Sym = V.getAsSymbol())
940 return state->getSymVal(Sym);