Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp3655 SmallVector<SDValue, 8> LOps, ROps; in ExpandNode() local
3663 ROps.push_back(Interleave.getValue(1)); in ExpandNode()
3668 SDValue R = DAG.getNode(ISD::VECTOR_INTERLEAVE, dl, HalfVTs, ROps); in ExpandNode()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp908 SmallVector<const SCEV *, 4> ROps(drop_begin(MulRHS->operands())); in getExactSDiv() local
909 if (LOps == ROps) in getExactSDiv()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp737 ArrayRef<const SCEV *> ROps = RHS->operands(); in CompareSCEVComplexity() local
740 unsigned LNumOps = LOps.size(), RNumOps = ROps.size(); in CompareSCEVComplexity()
745 auto X = CompareSCEVComplexity(LI, LOps[i], ROps[i], DT, Depth + 1); in CompareSCEVComplexity()