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

  /external/llvm/include/llvm/IR/
DataLayout.h 331 /// getTypeAllocSizeInBits - Return the offset in bits between successive
335 uint64_t getTypeAllocSizeInBits(Type *Ty) const {
458 getTypeAllocSizeInBits(ATy->getElementType());
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 781 unsigned EltSize = TD.getTypeAllocSizeInBits(VTy->getElementType());
    [all...]
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp     [all...]
CGCall.cpp 679 uint64_t SrcSize = DL.getTypeAllocSizeInBits(Val->getType());
680 uint64_t DstSize = DL.getTypeAllocSizeInBits(DestIntTy);
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 831 unsigned resultsz = TD->getTypeAllocSizeInBits(retTy);
    [all...]
NVPTXAsmPrinter.cpp 210 unsigned InBits = TD.getTypeAllocSizeInBits(Op->getType());
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 81 unsigned BitShift = TD.getTypeAllocSizeInBits(SrcEltTy);
399 TD.getTypeAllocSizeInBits(LoadTy));
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 241 milliseconds