Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp562 Instruction *UUser = dyn_cast<Instruction>(UU); in isLoopControlIV() local
565 if (BO->hasNoSignedWrap() && UUser && UUser->hasOneUse() && in isLoopControlIV()
566 isa<SExtInst>(UUser)) in isLoopControlIV()
567 UUser = dyn_cast<Instruction>(*(UUser->user_begin())); in isLoopControlIV()
568 if (!isCompareUsedByBranch(UUser)) in isLoopControlIV()
1196 Instruction *UUser = dyn_cast<Instruction>(UU); in validate() local
1198 Uses[UUser].set(IL_All); in validate()
1200 if (isa<SExtInst>(UUser)) { in validate()
1201 UUser = dyn_cast<Instruction>(*(UUser->user_begin())); in validate()
1202 Uses[UUser].set(IL_All); in validate()
[all …]