OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Together
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp
1355
//
together
. Because of the above check, we know that we only have
1843
APInt
Together
= *C & *OrC;
1844
Value *And = Builder.CreateAnd(X, ConstantInt::get(Ty,
Together
^ *C));
1846
return BinaryOperator::CreateOr(And, ConstantInt::get(Ty,
Together
));
2558
//
together
. Because of the above check, we know that we only have
Completed in 30 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026