Searched refs:CanonE (Results 1 – 2 of 2) sorted by relevance
115 const Expr &CanonE = ignoreCFGOmittedNodes(E); in getStableStorageLocation() local117 if (auto *Loc = ExprToLoc.lookup(&CanonE)) in getStableStorageLocation()119 auto &Loc = createStorageLocation(CanonE.getType()); in getStableStorageLocation()120 ExprToLoc[&CanonE] = &Loc; in getStableStorageLocation()
878 const Expr &CanonE = ignoreCFGOmittedNodes(E); in setStorageLocation() local879 assert(!ExprToLoc.contains(&CanonE)); in setStorageLocation()880 ExprToLoc[&CanonE] = &Loc; in setStorageLocation()929 const Expr &CanonE = ignoreCFGOmittedNodes(E); in setValue() local931 assert(CanonE.isPRValue()); in setValue()933 assert(!CanonE.getType()->isRecordType()); in setValue()934 ExprToVal[&CanonE] = &Val; in setValue()