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

  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 813 ConstantInt *NegOffset = 0;
816 m_ConstantInt(NegOffset)));
819 if (CI && (ICI->getOperand(0) == Val || NegOffset)) {
825 if (NegOffset) // Apply the offset from above.
826 TrueValues = TrueValues.subtract(NegOffset->getValue());
    [all...]
  /external/v8/src/arm/
constants-arm.h 323 NegOffset = (8|0|0) << 21, // Negative offset (without writeback to base).

Completed in 243 milliseconds