Searched refs:DestLoad (Results 1 – 3 of 3) sorted by relevance
6053 Variable *DestLoad = Load->getDest();6054 Type Ty = DestLoad->getType();6057 auto *Assign = InstAssign::create(Func, DestLoad, Src0);
5199 Variable *DestLoad = Instr->getDest(); in lowerLoad() local5200 auto *Assign = InstAssign::create(Func, DestLoad, Src0); in lowerLoad()
5477 Variable *DestLoad = Load->getDest(); in lowerLoad() local5481 auto *Assign = InstAssign::create(Func, DestLoad, Src0); in lowerLoad()