Searched refs:ReplaceWith (Results 1 – 1 of 1) sorted by relevance
81 Value *ReplaceWith = S->getOperand(1); in processSelect() local83 if (!CI->isOne()) std::swap(ReplaceWith, Other); in processSelect()84 if (ReplaceWith == S) ReplaceWith = UndefValue::get(S->getType()); in processSelect()86 S->replaceAllUsesWith(ReplaceWith); in processSelect()