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