Searched refs:OpsWidth (Results 1 – 1 of 1) sorted by relevance
4919 unsigned OpsWidth = 0; in tryToVectorizeList() local4922 OpsWidth = MaxInst - I; in tryToVectorizeList()4924 OpsWidth = VF; in tryToVectorizeList()4926 if (!isPowerOf2_32(OpsWidth) || OpsWidth < 2) in tryToVectorizeList()4930 if (hasValueBeenRAUWed(VL, TrackValues, I, OpsWidth)) in tryToVectorizeList()4933 LLVM_DEBUG(dbgs() << "SLP: Analyzing " << OpsWidth << " operations " in tryToVectorizeList()4935 ArrayRef<Value *> Ops = VL.slice(I, OpsWidth); in tryToVectorizeList()