Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp771 SmallVector<const SCEV *, 4> ROps(drop_begin(MulRHS->operands())); in getExactSDiv() local
772 if (LOps == ROps) in getExactSDiv()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp823 ArrayRef<const SCEV *> ROps = RHS->operands(); in CompareSCEVComplexity() local
826 unsigned LNumOps = LOps.size(), RNumOps = ROps.size(); in CompareSCEVComplexity()
832 ROps[i], DT, Depth + 1); in CompareSCEVComplexity()