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

  /external/clang/include/clang/Serialization/
Module.h 145 uint64_t SizeInBits;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 575 static bool isTypeSigned(DIType Ty, int *SizeInBits) {
577 return isTypeSigned(DIDerivedType(Ty).getTypeDerivedFrom(), SizeInBits);
581 *SizeInBits = Ty.getSizeInBits();
592 int SizeInBits = -1;
593 bool SignedConstant = isTypeSigned(Ty, &SizeInBits);
595 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...]

Completed in 27 milliseconds