Searched refs:SourceAddr (Results 1 – 2 of 2) sorted by relevance
656 static InstLoad *create(Cfg *Func, Variable *Dest, Operand *SourceAddr,660 return new (Func->allocate<InstLoad>()) InstLoad(Func, Dest, SourceAddr);667 InstLoad(Cfg *Func, Variable *Dest, Operand *SourceAddr);
382 InstLoad::InstLoad(Cfg *Func, Variable *Dest, Operand *SourceAddr) in InstLoad() argument384 addSource(SourceAddr); in InstLoad()