OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:canFreelyInvertAllUsersOf
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/InstCombine/
InstCombiner.h
232
/// See also:
canFreelyInvertAllUsersOf
()
269
static bool
canFreelyInvertAllUsersOf
(Value *V, Value *IgnoredUser) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp
3103
if (X && Y && (Y->hasOneUse() ||
canFreelyInvertAllUsersOf
(Y, &I))) {
3263
if (!InstCombiner::
canFreelyInvertAllUsersOf
(&I, /*IgnoredUser=*/nullptr))
InstCombineCompares.cpp
5359
if (!InstCombiner::
canFreelyInvertAllUsersOf
(&I, /*IgnoredUser=*/nullptr))
Completed in 61 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026