Searched refs:funcCreateAndInsert (Results 1 – 1 of 1) sorted by relevance
144 std::function<Instruction *(Instruction *)> funcCreateAndInsert) { in ReplaceAllUsesWithNewInstructions() argument152 ReplaceUse(U, V, funcCreateAndInsert(Inst)); in ReplaceAllUsesWithNewInstructions()156 auto InstMaker([CE, V, &funcCreateAndInsert](Instruction *UserOfU) { in ReplaceAllUsesWithNewInstructions()159 ReplaceUse(Inst, V, funcCreateAndInsert(Inst)); in ReplaceAllUsesWithNewInstructions()