Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp139 Value *ReplaceWith = CI->isOne() ? S->getTrueValue() : S->getFalseValue(); in processSelect() local
140 S->replaceAllUsesWith(ReplaceWith); in processSelect()
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DNeonEmitter.cpp1764 std::string ReplaceWith = cast<StringInit>(DI->getArg(1))->getAsUnquotedString(); in emitDagNameReplace() local
1769 S.replace(Idx, ToReplace.size(), ReplaceWith); in emitDagNameReplace()