Home
last modified time | relevance | path

Searched refs:ByteArrayOffsets (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp333 std::vector<uint64_t> ByteArrayOffsets(ByteArrayInfos.size()); in allocateByteArrays() local
340 BAB.allocate(BAI->Bits, BAI->BitSize, ByteArrayOffsets[I], Mask); in allocateByteArrays()
355 ConstantInt::get(IntPtrTy, ByteArrayOffsets[I])}; in allocateByteArrays()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp557 std::vector<uint64_t> ByteArrayOffsets(ByteArrayInfos.size()); in allocateByteArrays() local
564 BAB.allocate(BAI->Bits, BAI->BitSize, ByteArrayOffsets[I], Mask); in allocateByteArrays()
582 ConstantInt::get(IntPtrTy, ByteArrayOffsets[I])}; in allocateByteArrays()