Searched refs:SameSize (Results 1 – 19 of 19) sorted by relevance
53 case Comdat::SameSize: in LLVMGetComdatSelectionKind()75 Cd->setSelectionKind(Comdat::SameSize); in LLVMSetComdatSelectionKind()
4032 case Comdat::SameSize: in print()
192 using SameSize = bool_constant<sizeof...(A) == sizeof...(B)>; typedef194 template<typename... B, typename = SameSize<B...>>
7 ; CHECK: Linking COMDATs named 'foo': SameSize violated!
36 SameSize, ///< The data referenced by the COMDAT must be the same size. enumerator
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()
202 case Comdat::SelectionKind::SameSize: { in computeResultingSelectionKind()220 } else if (Result == Comdat::SelectionKind::SameSize) { in computeResultingSelectionKind()
878 case Comdat::SameSize: in getSelectionForCOFF()
1806 bool SameSize = DL.getTypeSizeInBits(FromTy) == DL.getTypeSizeInBits(ToTy); in isBitCastSemanticsPreserving() local1809 return SameSize && LosslessConversion; in isBitCastSemanticsPreserving()
1077 case Comdat::SameSize: in getSelectionForCOFF()
3355 case Comdat::SameSize: in print()
995 case Comdat::SameSize: in getEncodedComdatSelectionKind()
1030 case Comdat::SameSize: in getEncodedComdatSelectionKind()
1046 return Comdat::SameSize; in getDecodedComdatSelectionKind()
881 return Comdat::SameSize; in getDecodedComdatSelectionKind()
564 SK = Comdat::SameSize; in parseComdat()
636 SK = Comdat::SameSize; in parseComdat()