Searched refs:OpsWidth (Results 1 – 1 of 1) sorted by relevance
7161 unsigned OpsWidth = 0; in tryToVectorizeList() local7164 OpsWidth = MaxInst - I; in tryToVectorizeList()7166 OpsWidth = VF; in tryToVectorizeList()7168 if (!isPowerOf2_32(OpsWidth)) in tryToVectorizeList()7171 if ((VF > MinVF && OpsWidth <= VF / 2) || (VF == MinVF && OpsWidth < 2)) in tryToVectorizeList()7174 ArrayRef<Value *> Ops = VL.slice(I, OpsWidth); in tryToVectorizeList()7182 LLVM_DEBUG(dbgs() << "SLP: Analyzing " << OpsWidth << " operations " in tryToVectorizeList()