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