Searched refs:UUser (Results 1 – 1 of 1) sorted by relevance
556 Instruction *UUser = dyn_cast<Instruction>(UU); in isLoopControlIV() local559 if (BO->hasNoSignedWrap() && UUser && UUser->getNumUses() == 1 && in isLoopControlIV()560 isa<SExtInst>(UUser)) in isLoopControlIV()561 UUser = dyn_cast<Instruction>(*(UUser->user_begin())); in isLoopControlIV()562 if (!isCompareUsedByBranch(UUser)) in isLoopControlIV()1168 Instruction *UUser = dyn_cast<Instruction>(UU); in validate() local1170 Uses[UUser].set(IL_All); in validate()1172 if (isa<SExtInst>(UUser)) { in validate()1173 UUser = dyn_cast<Instruction>(*(UUser->user_begin())); in validate()1174 Uses[UUser].set(IL_All); in validate()[all …]