Searched refs:OpsWidth (Results 1 – 1 of 1) sorted by relevance
5920 unsigned OpsWidth = 0; in tryToVectorizeList() local5923 OpsWidth = MaxInst - I; in tryToVectorizeList()5925 OpsWidth = VF; in tryToVectorizeList()5927 if (!isPowerOf2_32(OpsWidth) || OpsWidth < 2) in tryToVectorizeList()5930 ArrayRef<Value *> Ops = VL.slice(I, OpsWidth); in tryToVectorizeList()5938 LLVM_DEBUG(dbgs() << "SLP: Analyzing " << OpsWidth << " operations " in tryToVectorizeList()