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

  /external/icu4c/layout/
LayoutTables.h 21 typedef le_int16 ByteOffset;
  /external/llvm/lib/Analysis/
Loads.cpp 58 int64_t ByteOffset = 0;
60 Base = GetPointerBaseWithConstantOffset(V, ByteOffset, TD);
62 if (ByteOffset < 0) // out of bounds
91 if (ByteOffset + LoadSize <= TD->getTypeAllocSize(BaseType) &&
92 (Align == 0 || (ByteOffset % Align) == 0))
  /external/llvm/lib/Target/R600/
R600ISelLowering.cpp 479 unsigned ByteOffset = DwordOffset * 4;
484 assert(isInt<16>(ByteOffset));
487 DAG.getConstant(ByteOffset, MVT::i32), // PTR
    [all...]

Completed in 41 milliseconds