HomeSort by relevance Sort by last modified time
    Searched defs:NegOffset (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 817 ConstantInt *NegOffset = nullptr;
820 m_ConstantInt(NegOffset)));
823 if (CI && (ICI->getOperand(0) == Val || NegOffset)) {
829 if (NegOffset) // Apply the offset from above.
830 TrueValues = TrueValues.subtract(NegOffset->getValue());
    [all...]
  /art/compiler/utils/arm/
assembler_arm.h 192 NegOffset = (8|0|0) << 21, // negative offset (w/o writeback to base)
  /external/chromium_org/v8/src/arm/
constants-arm.h 265 NegOffset = (8|0|0) << 21, // Negative offset (without writeback to base).

Completed in 61 milliseconds