HomeSort by: relevance | last modified time | path
    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