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 243 /// getTypeAllocSizeInBits - Return the offset in bits between successive
247 uint64_t getTypeAllocSizeInBits(Type* Ty) const {
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 695 unsigned EltSize = TD.getTypeAllocSizeInBits(VTy->getElementType());
721 uint64_t EltSize = TD.getTypeAllocSizeInBits(AT->getElementType());
    [all...]
  /external/llvm/lib/Target/
TargetData.cpp 408 return getTypeAllocSizeInBits(ATy->getElementType())*ATy->getNumElements();
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 378 TD.getTypeAllocSizeInBits(LoadTy));
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 266 milliseconds