Searched refs:SameSize (Results 1 – 10 of 10) sorted by relevance
53 case Comdat::SameSize: in LLVMGetComdatSelectionKind()75 Cd->setSelectionKind(Comdat::SameSize); in LLVMSetComdatSelectionKind()
4114 case Comdat::SameSize: in print()
39 SameSize, ///< The data referenced by the COMDAT must be the same size. enumerator
186 case Comdat::SelectionKind::SameSize: { in computeResultingSelectionKind()204 } else if (Result == Comdat::SelectionKind::SameSize) { in computeResultingSelectionKind()
1798 bool SameSize = DL.getTypeSizeInBits(FromTy) == DL.getTypeSizeInBits(ToTy); in isBitCastSemanticsPreserving() local1801 return SameSize && LosslessConversion; in isBitCastSemanticsPreserving()
1265 case Comdat::SameSize: in getSelectionForCOFF()
1693 case Comdat::SameSize: in ShouldInstrumentGlobal()
1047 case Comdat::SameSize: in getEncodedComdatSelectionKind()
1066 return Comdat::SameSize; in getDecodedComdatSelectionKind()
636 SK = Comdat::SameSize; in parseComdat()