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

/external/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp82 Value *ReplaceWith = S->getOperand(1);
84 if (!CI->isOne()) std::swap(ReplaceWith, Other);
85 if (ReplaceWith == S) ReplaceWith = UndefValue::get(S->getType());
87 S->replaceAllUsesWith(ReplaceWith);
/external/chromium_org/v8/src/compiler/
H A Djs-typed-lowering.h35 Reduction ReplaceWith(Node* node) { return Reducer::Replace(node); } function in class:v8::internal::compiler::FINAL
H A Djs-typed-lowering.cc107 return lowering_->ReplaceWith(value);
442 return ReplaceWith(jsgraph()->NaNConstant());
446 return ReplaceWith(jsgraph()->ZeroConstant());
450 return ReplaceWith(
473 return ReplaceWith(jsgraph()->HeapConstant(
477 return ReplaceWith(jsgraph()->HeapConstant(
502 return ReplaceWith(jsgraph()->FalseConstant());
506 return ReplaceWith(jsgraph()->FalseConstant());
510 return ReplaceWith(jsgraph()->TrueConstant());
514 return ReplaceWith(jsgrap
[all...]
/external/clang/utils/TableGen/
H A DNeonEmitter.cpp1738 std::string ReplaceWith = cast<StringInit>(DI->getArg(1))->getAsUnquotedString(); local
1743 S.replace(Idx, ToReplace.size(), ReplaceWith);

Completed in 953 milliseconds