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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2261 const SCEV *UserS = SE.getSCEV(const_cast<Instruction *>(UserInst)); local
2263 if (!isa<SCEVUnknown>(UserS))
2265 if (UserS == U) {
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3115 const SCEV *UserS = SE.getSCEV(const_cast<Instruction *>(UserInst)); local
3117 if (!isa<SCEVUnknown>(UserS))
3119 if (UserS == US) {

Completed in 75 milliseconds