Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp558 auto *UUser = cast<Instruction>(UU); in isLoopControlIV() local
561 if (BO->hasNoSignedWrap() && UUser->hasOneUse() && in isLoopControlIV()
562 isa<SExtInst>(UUser)) in isLoopControlIV()
563 UUser = cast<Instruction>(*(UUser->user_begin())); in isLoopControlIV()
564 if (!isCompareUsedByBranch(UUser)) in isLoopControlIV()
1189 Instruction *UUser = dyn_cast<Instruction>(UU); in validate() local
1191 Uses[UUser].set(IL_All); in validate()
1193 if (isa<SExtInst>(UUser)) { in validate()
1194 UUser = dyn_cast<Instruction>(*(UUser->user_begin())); in validate()
1195 Uses[UUser].set(IL_All); in validate()
[all …]