Searched refs:ReplaceWith (Results 1 – 5 of 5) sorted by relevance
77 Value *ReplaceWith = S->getOperand(1); in processSelect() local79 if (!CI->isOne()) std::swap(ReplaceWith, Other); in processSelect()80 if (ReplaceWith == S) ReplaceWith = UndefValue::get(S->getType()); in processSelect()82 S->replaceAllUsesWith(ReplaceWith); in processSelect()
81 Value *ReplaceWith = S->getOperand(1); in processSelect() local83 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()
713 InstructionOperand::ReplaceWith(pos->operand(), &spill_op); in ConvertUsesToOperand()719 InstructionOperand::ReplaceWith(pos->operand(), &op); in ConvertUsesToOperand()1349 InstructionOperand::ReplaceWith(operand, &assigned); in CommitAssignment()1616 InstructionOperand::ReplaceWith(operand, &allocated); in AllocateFixed()
102 static void ReplaceWith(InstructionOperand* dest, in ReplaceWith() function
1747 std::string ReplaceWith = cast<StringInit>(DI->getArg(1))->getAsUnquotedString(); in emitDagNameReplace() local1752 S.replace(Idx, ToReplace.size(), ReplaceWith); in emitDagNameReplace()