HomeSort by relevance Sort by last modified time
    Searched defs:SizeInBits (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Serialization/
Module.h 145 uint64_t SizeInBits;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 590 static bool isTypeSigned(DIType Ty, int *SizeInBits) {
592 return isTypeSigned(DIDerivedType(Ty).getTypeDerivedFrom(), SizeInBits);
596 *SizeInBits = Ty.getSizeInBits();
610 int SizeInBits = -1;
611 bool SignedConstant = isTypeSigned(Ty, &SizeInBits);
613 switch (SizeInBits) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 780 uint64_t SizeInBits = TD->getTypeSizeInBits(StoredVal->getType());
781 if ((SizeInBits & 7) || (SizeInBits >> 32) != 0)
794 unsigned StoreSize = (unsigned)SizeInBits >> 3;
    [all...]
SROA.cpp     [all...]

Completed in 67 milliseconds