Searched defs:With (Results 1 – 6 of 6) sorted by relevance
116 static void replaceAllUsesWithDefault(Instruction *I, Value *With) { in replaceAllUsesWithDefault()130 void substituteInParent(Instruction *I, Value *With) { in substituteInParent()
313 OnCallSpec& With(const Matcher<const ArgumentTuple&>& m) { in With() function919 TypedExpectation& With(const Matcher<const ArgumentTuple&>& m) { in With() function1604 MockSpec<F> With(Matcher<Args>... m) { in With() function
2045 auto InstCombineRAUW = [this](Instruction *From, Value *With) { in tryOptimizeCall()2053 if (Value *With = Simplifier.optimizeCall(CI, Builder)) { in tryOptimizeCall() local
60 static bool isOnlyUsedInEqualityComparison(Value *V, Value *With) { in isOnlyUsedInEqualityComparison()3170 void LibCallSimplifier::replaceAllUsesWith(Instruction *I, Value *With) { in replaceAllUsesWith()
135 void replaceCall(Value *With) { in replaceCall()
15351 typedef struct With With; typedef20303 struct With { struct20306 With *pOuter; /* Containing WITH clause, or NULL */ argument20307 Cte a[1]; /* For each CTE in the WITH clause.... */