Searched refs:makeIntLocVal (Results 1 – 3 of 3) sorted by relevance
1299 return Loc::isLocType(Sym->getType()) ? (SVal)SVB.makeIntLocVal(*Const) in simplifySValOnce()1319 return Loc::isLocType(S->getType()) ? (SVal)SVB.makeIntLocVal(*I) in simplifySValOnce()1347 RHS = SVB.makeIntLocVal(S->getRHS()); in simplifySValOnce()
885 return VB.makeIntLocVal(CastedValue()); in VisitConcreteInt()
293 loc::ConcreteInt makeIntLocVal(const llvm::APSInt &integer) { in makeIntLocVal() function