Home
last modified time | relevance | path

Searched refs:ReplaceWith (Results 1 – 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp81 Value *ReplaceWith = S->getOperand(1); in processSelect() local
83 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()