Searched defs:With (Results 1 – 4 of 4) sorted by relevance
116 static void replaceAllUsesWithDefault(Instruction *I, Value *With) { in replaceAllUsesWithDefault()130 void substituteInParent(Instruction *I, Value *With) { in substituteInParent()
2962 auto InstCombineRAUW = [this](Instruction *From, Value *With) { in tryOptimizeCall()2970 if (Value *With = Simplifier.optimizeCall(CI, Builder)) { in tryOptimizeCall() local
117 void replaceCall(Value *With) { in replaceCall()
57 static bool isOnlyUsedInEqualityComparison(Value *V, Value *With) { in isOnlyUsedInEqualityComparison()3707 void LibCallSimplifier::replaceAllUsesWith(Instruction *I, Value *With) { in replaceAllUsesWith()