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

  /frameworks/compile/libbcc/lib/
RSGlobalInfoPass.cpp 119 const size_t PointerSizeInBits = DL.getPointerSizeInBits();
121 bccAssert(PointerSizeInBits == 32 || PointerSizeInBits == 64);
133 PointerSizeInBits);
156 if (PointerSizeInBits == 32) {
184 if (PointerSizeInBits == 32) {
238 if (PointerSizeInBits == 32) {
  /external/llvm/lib/Transforms/Scalar/
NaryReassociate.cpp 329 unsigned PointerSizeInBits =
331 return cast<IntegerType>(Index->getType())->getBitWidth() < PointerSizeInBits;

Completed in 125 milliseconds