Searched refs:AlignLog2 (Results 1 – 10 of 10) sorted by relevance
130 if ((Offset - ByteOffset) % (uint64_t(1) << AlignLog2) != 0) in containsGlobalOffset()133 uint64_t BitOffset = (Offset - ByteOffset) >> AlignLog2; in containsGlobalOffset()142 << (1 << AlignLog2); in print()173 BSI.AlignLog2 = 0; in build()175 BSI.AlignLog2 = llvm::countr_zero(Mask); in build()179 BSI.BitSize = ((Max - Min) >> BSI.AlignLog2) + 1; in build()181 Offset >>= BSI.AlignLog2; in build()453 Constant *AlignLog2; member768 B.CreateLShr(PtrOffset, B.CreateZExt(TIL.AlignLog2, IntPtrTy)); in lowerTypeTestCall()773 TIL.AlignLog2), in lowerTypeTestCall()[all …]
46 unsigned AlignLog2; member
330 uint32_t AlignLog2 = isStruct() ? Log2(Struct.Alignment) : 0; in getAnnotateProps() local344 Word0 |= (AlignLog2 & 0xF) << 8; in getAnnotateProps()
33 io.mapOptional("AlignLog2", res.AlignLog2);
1228 uint64_t AlignLog2 = 0;
306 AddUint64(S.TTRes.AlignLog2); in computeLTOCacheKey()
3153 if (TTRes.AlignLog2) in printTypeTestResolution()3154 Out << ", alignLog2: " << TTRes.AlignLog2; in printTypeTestResolution()
4138 NameVals.push_back(Summary.TTRes.AlignLog2); in writeTypeIdSummaryRecord()
7442 TypeId.TTRes.AlignLog2 = Record[Slot++]; in parseTypeIdSummaryRecord()
8957 parseUInt64(TTRes.AlignLog2)) in parseTypeTestResolution()