Searched refs:UserS (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3442 const SCEV *UserS = SE.getSCEV(const_cast<Instruction *>(UserInst)); local
3444 if (!isa<SCEVUnknown>(UserS))
3446 if (UserS == US) {

Completed in 108 milliseconds