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

  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 276 uint64_t SizeInBits = TD->getTypeSizeInBits(StoredVal->getType());
277 if ((SizeInBits & 7) || (SizeInBits >> 32) != 0)
290 unsigned StoreSize = (unsigned)SizeInBits >> 3;
  /external/clang/include/clang/Serialization/
Module.h 89 uint64_t SizeInBits;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 473 static bool isTypeSigned(DIType Ty, int *SizeInBits) {
475 return isTypeSigned(DIDerivedType(Ty).getTypeDerivedFrom(), SizeInBits);
479 *SizeInBits = Ty.getSizeInBits();
490 int SizeInBits = -1;
491 bool SignedConstant = isTypeSigned(Ty, &SizeInBits);
493 switch (SizeInBits) {
    [all...]

Completed in 404 milliseconds