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

  /external/llvm/include/llvm/Target/
TargetData.h 251 /// getTypeAllocSizeInBits - Return the offset in bits between successive
255 uint64_t getTypeAllocSizeInBits(Type* Ty) const {
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 698 unsigned EltSize = TD.getTypeAllocSizeInBits(VTy->getElementType());
724 uint64_t EltSize = TD.getTypeAllocSizeInBits(AT->getElementType());
    [all...]
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp     [all...]
  /external/llvm/lib/Target/
TargetData.cpp 473 return getTypeAllocSizeInBits(ATy->getElementType())*ATy->getNumElements();
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 78 unsigned BitShift = TD.getTypeAllocSizeInBits(SrcEltTy);
405 TD.getTypeAllocSizeInBits(LoadTy));
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 201 milliseconds