Home
last modified time | relevance | path

Searched refs:UUser (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp557 auto *UUser = cast<Instruction>(UU); in isLoopControlIV() local
560 if (BO->hasNoSignedWrap() && UUser->hasOneUse() && in isLoopControlIV()
561 isa<SExtInst>(UUser)) in isLoopControlIV()
562 UUser = cast<Instruction>(*(UUser->user_begin())); in isLoopControlIV()
563 if (!isCompareUsedByBranch(UUser)) in isLoopControlIV()
1193 Instruction *UUser = dyn_cast<Instruction>(UU); in validate() local
1195 Uses[UUser].set(IL_All); in validate()
1197 if (isa<SExtInst>(UUser)) { in validate()
1198 UUser = dyn_cast<Instruction>(*(UUser->user_begin())); in validate()
1199 Uses[UUser].set(IL_All); in validate()
[all …]