Searched refs:needsExtract (Results 1 – 1 of 1) sorted by relevance
1787 bool needsExtract(Value *V, ElementCount VF) const { in needsExtract() function in llvm::LoopVectorizationCostModel1807 Ops, [this, VF](Value *V) { return this->needsExtract(V, VF); })); in filterExtractingOperands()6269 else if (needsExtract(J, VF)) { in computePredInstDiscount()