Lines Matching defs:RecWithFlags
1269 if (auto *RecWithFlags = dyn_cast<VPRecipeWithIRFlags>(U)) {
1270 RecWithFlags->dropPoisonGeneratingFlags();
1902 if (auto *RecWithFlags = dyn_cast<VPRecipeWithIRFlags>(CurRec)) {
1910 if (match(RecWithFlags, m_BinaryOr(m_VPValue(A), m_VPValue(B))) &&
1911 RecWithFlags->isDisjoint()) {
1912 VPBuilder Builder(RecWithFlags);
1915 RecWithFlags->getDebugLoc());
1916 New->setUnderlyingValue(RecWithFlags->getUnderlyingValue());
1917 RecWithFlags->replaceAllUsesWith(New);
1918 RecWithFlags->eraseFromParent();
1921 RecWithFlags->dropPoisonGeneratingFlags();