reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/IPO/LowerTypeTests.cpp
 1125     TIL.OffsetedGlobal = ConstantExpr::getGetElementPtr(
 1127     TIL.AlignLog2 = ConstantInt::get(Int8Ty, BSI.AlignLog2);
 1128     TIL.SizeM1 = ConstantInt::get(IntPtrTy, BSI.BitSize - 1);
 1130       TIL.TheKind = (BSI.BitSize == 1) ? TypeTestResolution::Single
 1133       TIL.TheKind = TypeTestResolution::Inline;
 1138         TIL.TheKind = TypeTestResolution::Unsat;
 1140         TIL.InlineBits = ConstantInt::get(
 1143       TIL.TheKind = TypeTestResolution::ByteArray;
 1146       TIL.TheByteArray = BAI->ByteArray;
 1147       TIL.BitMask = BAI->MaskGlobal;
 1153       uint8_t *MaskPtr = exportTypeId(cast<MDString>(TypeId)->getString(), TIL);
 1161       Value *Lowered = lowerTypeTestCall(TypeId, CI, TIL);