OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NegOffset
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Analysis/
LazyValueInfo.cpp
816
ConstantInt *
NegOffset
= 0;
819
m_ConstantInt(
NegOffset
)));
822
if (CI && (ICI->getOperand(0) == Val ||
NegOffset
)) {
828
if (
NegOffset
) // Apply the offset from above.
829
TrueValues = TrueValues.subtract(
NegOffset
->getValue());
[
all
...]
/external/chromium_org/v8/src/arm/
constants-arm.h
288
NegOffset
= (8|0|0) << 21, // Negative offset (without writeback to base).
/external/v8/src/arm/
constants-arm.h
323
NegOffset
= (8|0|0) << 21, // Negative offset (without writeback to base).
Completed in 506 milliseconds