Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3491 const SCEV *UserS = SE.getSCEV(const_cast<Instruction *>(UserInst)); in CollectLoopInvariantFixupsAndFormulae() local
3493 if (!isa<SCEVUnknown>(UserS)) in CollectLoopInvariantFixupsAndFormulae()
3495 if (UserS == US) { in CollectLoopInvariantFixupsAndFormulae()