Searched refs:DestLoad (Results 1 – 3 of 3) sorted by relevance
5974 Variable *DestLoad = Load->getDest();5975 Type Ty = DestLoad->getType();5978 auto *Assign = InstAssign::create(Func, DestLoad, Src0);
5214 Variable *DestLoad = Instr->getDest(); in lowerLoad() local5215 auto *Assign = InstAssign::create(Func, DestLoad, Src0); in lowerLoad()
5480 Variable *DestLoad = Load->getDest(); in lowerLoad() local5484 auto *Assign = InstAssign::create(Func, DestLoad, Src0); in lowerLoad()