Searched defs:With (Results 1 – 7 of 7) sorted by relevance
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | ProjectAwareIndexTests.cpp | 50 WithContextValue With(Config::Key, std::move(C)); in TEST() local 76 WithContextValue With(Config::Key, std::move(C)); in TEST() local
|
/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | SimplifyLibCalls.h | 118 replaceAllUsesWithDefault(Instruction * I,Value * With) replaceAllUsesWithDefault() argument 132 substituteInParent(Instruction * I,Value * With) substituteInParent() argument
|
/llvm-project/clang-tools-extra/clangd/unittests/tweaks/ |
H A D | MemberwiseConstructorTests.cpp | 80 auto With = [](llvm::StringRef Type) { in TEST_F() local
|
/llvm-project/third-party/unittest/googlemock/include/gmock/ |
H A D | gmock-spec-builders.h | 298 OnCallSpec& With(const Matcher<const ArgumentTuple&>& m) { in With() function 910 TypedExpectation& With(const Matcher<const ArgumentTuple&>& m) { in With() function 1551 MockSpec<F> With(Matcher<Args>... m) { in With() function
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULibCalls.cpp | 129 replaceCall(Instruction * I,Value * With) replaceCall() argument 134 replaceCall(FPMathOperator * I,Value * With) replaceCall() argument
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 3627 __anone438e4d50b02(Instruction *From, Value *With) tryOptimizeCall() argument 3635 if (Value *With = Simplifier.optimizeCall(CI, Builder)) { tryOptimizeCall() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 106 isOnlyUsedInEqualityComparison(Value * V,Value * With) isOnlyUsedInEqualityComparison() argument 4039 replaceAllUsesWith(Instruction * I,Value * With) replaceAllUsesWith() argument
|