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

  /external/llvm/include/llvm/IR/
DataLayout.h 357 /// getTypeStoreSizeInBits - Return the maximum number of bits that may be
360 uint64_t getTypeStoreSizeInBits(Type *Ty) const {
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 556 uint32_t TypeSize = DL->getTypeStoreSizeInBits(OrigTy);
AddressSanitizer.cpp 757 uint32_t TypeSize = DL->getTypeStoreSizeInBits(OrigTy);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
SROA.cpp     [all...]
Scalarizer.cpp 349 DL->getTypeStoreSizeInBits(Layout.ElemTy))
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]

Completed in 215 milliseconds