Searched refs:shouldScalarizeInstruction (Results 1 – 1 of 1) sorted by relevance
650 bool shouldScalarizeInstruction(Instruction *I) const;2360 bool InnerLoopVectorizer::shouldScalarizeInstruction(Instruction *I) const { in shouldScalarizeInstruction() function in InnerLoopVectorizer2366 if (shouldScalarizeInstruction(IV)) in needsScalarInduction()2370 return (OrigLoop->contains(I) && shouldScalarizeInstruction(I)); in needsScalarInduction()2502 if (!shouldScalarizeInstruction(EntryVal)) { in widenIntOrFpInduction()