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

  /external/llvm/include/llvm/Target/
TargetData.h 227 /// getTypeStoreSizeInBits - Return the maximum number of bits that may be
230 uint64_t getTypeStoreSizeInBits(Type *Ty) const {
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 739 // from the pointer given by getTypeStoreSizeInBits. This matters for
741 ShAmt = TD.getTypeStoreSizeInBits(NTy) -
742 TD.getTypeStoreSizeInBits(ToType) - Offset;
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]

Completed in 98 milliseconds