Searched refs:ReplaceWith (Results 1 – 2 of 2) sorted by relevance
139 Value *ReplaceWith = CI->isOne() ? S->getTrueValue() : S->getFalseValue(); in processSelect() local140 S->replaceAllUsesWith(ReplaceWith); in processSelect()
1764 std::string ReplaceWith = cast<StringInit>(DI->getArg(1))->getAsUnquotedString(); in emitDagNameReplace() local1769 S.replace(Idx, ToReplace.size(), ReplaceWith); in emitDagNameReplace()