Searched refs:ReplaceWith (Results 1 – 4 of 4) sorted by relevance
91 Value *ReplaceWith = S->getOperand(1); in processSelect() local93 if (!CI->isOne()) std::swap(ReplaceWith, Other); in processSelect()94 if (ReplaceWith == S) ReplaceWith = UndefValue::get(S->getType()); in processSelect()96 S->replaceAllUsesWith(ReplaceWith); in processSelect()
572 InstructionOperand::ReplaceWith(pos->operand(), &spill_op); in ConvertUsesToOperand()578 InstructionOperand::ReplaceWith(pos->operand(), &op); in ConvertUsesToOperand()1267 InstructionOperand::ReplaceWith(operand, &assigned); in CommitAssignment()1518 InstructionOperand::ReplaceWith(operand, &allocated); in AllocateFixed()
79 static void ReplaceWith(InstructionOperand* dest, in ReplaceWith() function
1745 std::string ReplaceWith = cast<StringInit>(DI->getArg(1))->getAsUnquotedString(); in emitDagNameReplace() local1750 S.replace(Idx, ToReplace.size(), ReplaceWith); in emitDagNameReplace()