Home
last modified time | relevance | path

Searched defs:With (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h116 static void replaceAllUsesWithDefault(Instruction *I, Value *With) { in replaceAllUsesWithDefault()
130 void substituteInParent(Instruction *I, Value *With) { in substituteInParent()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-spec-builders.h313 OnCallSpec& With(const Matcher<const ArgumentTuple&>& m) { in With() function
919 TypedExpectation& With(const Matcher<const ArgumentTuple&>& m) { in With() function
1604 MockSpec<F> With(Matcher<Args>... m) { in With() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2045 auto InstCombineRAUW = [this](Instruction *From, Value *With) { in tryOptimizeCall()
2053 if (Value *With = Simplifier.optimizeCall(CI, Builder)) { in tryOptimizeCall() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp60 static bool isOnlyUsedInEqualityComparison(Value *V, Value *With) { in isOnlyUsedInEqualityComparison()
3170 void LibCallSimplifier::replaceAllUsesWith(Instruction *I, Value *With) { in replaceAllUsesWith()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp135 void replaceCall(Value *With) { in replaceCall()
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c15351 typedef struct With With; typedef
20303 struct With { struct
20306 With *pOuter; /* Containing WITH clause, or NULL */ argument
20307 Cte a[1]; /* For each CTE in the WITH clause.... */