Searched refs:OpsWidth (Results 1 – 1 of 1) sorted by relevance
6844 unsigned OpsWidth = 0; in tryToVectorizeList() local6847 OpsWidth = MaxInst - I; in tryToVectorizeList()6849 OpsWidth = VF; in tryToVectorizeList()6851 if (!isPowerOf2_32(OpsWidth) || OpsWidth < 2) in tryToVectorizeList()6854 ArrayRef<Value *> Ops = VL.slice(I, OpsWidth); in tryToVectorizeList()6862 LLVM_DEBUG(dbgs() << "SLP: Analyzing " << OpsWidth << " operations " in tryToVectorizeList()