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

  /external/llvm/include/llvm/IR/
DataLayout.h 135 /// InvalidPointerElem - This member is a signal that a requested pointer
137 static const PointerAlignElem InvalidPointerElem;
166 /// InvalidPointerElem.
168 return &align != &InvalidPointerElem;
  /external/llvm/lib/IR/
DataLayout.cpp 149 DataLayout::InvalidPointerElem = { 0U, 0U, 0U, ~0U };

Completed in 120 milliseconds