OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WO
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/ntp/dist/include/
ntpd.h
107
#define
WO
(CAN_WRITE)
/src/sys/dev/microcode/aic7xxx/
aicasm_symbol.h
70
WO
= 0x02,
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
GVN.cpp
360
WithOverflowInst *
WO
= dyn_cast<WithOverflowInst>(EI->getAggregateOperand());
361
if (
WO
!= nullptr && EI->getNumIndices() == 1 && *EI->idx_begin() == 0) {
365
e.opcode =
WO
->getBinaryOp();
366
e.varargs.push_back(lookupOrAdd(
WO
->getLHS()));
367
e.varargs.push_back(lookupOrAdd(
WO
->getRHS()));
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp
714
WithOverflowInst *
WO
= cast<WithOverflowInst>(II);
717
if (OptimizeOverflowCheck(
WO
->getBinaryOp(),
WO
->isSigned(),
WO
->getLHS(),
718
WO
->getRHS(), *
WO
, OperationResult, OverflowResult))
719
return createOverflowTuple(
WO
, OperationResult, OverflowResult);
Completed in 22 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026