reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1120 BSI.print(dbgs()); 1126 Int8Ty, CombinedGlobalAddr, ConstantInt::get(IntPtrTy, BSI.ByteOffset)), 1127 TIL.AlignLog2 = ConstantInt::get(Int8Ty, BSI.AlignLog2); 1128 TIL.SizeM1 = ConstantInt::get(IntPtrTy, BSI.BitSize - 1); 1129 if (BSI.isAllOnes()) { 1130 TIL.TheKind = (BSI.BitSize == 1) ? TypeTestResolution::Single 1132 } else if (BSI.BitSize <= 64) { 1135 for (auto Bit : BSI.Bits) 1141 (BSI.BitSize <= 32) ? Int32Ty : Int64Ty, InlineBits); 1145 BAI = createByteArray(BSI);