Searched refs:OpsWidth (Results 1 – 1 of 1) sorted by relevance
10351 unsigned OpsWidth = 0; in tryToVectorizeList() local10354 OpsWidth = MaxInst - I; in tryToVectorizeList()10356 OpsWidth = VF; in tryToVectorizeList()10358 if (!isPowerOf2_32(OpsWidth)) in tryToVectorizeList()10361 if ((LimitForRegisterSize && OpsWidth < MaxVF) || in tryToVectorizeList()10362 (VF > MinVF && OpsWidth <= VF / 2) || (VF == MinVF && OpsWidth < 2)) in tryToVectorizeList()10365 ArrayRef<Value *> Ops = VL.slice(I, OpsWidth); in tryToVectorizeList()10373 LLVM_DEBUG(dbgs() << "SLP: Analyzing " << OpsWidth << " operations " in tryToVectorizeList()