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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2980 const SCEV *UserS = SE.getSCEV(const_cast<Instruction *>(UserInst)); local
2982 if (!isa<SCEVUnknown>(UserS))
2984 if (UserS == U) {

Completed in 106 milliseconds