Searched refs:SameSize (Results 1 – 13 of 13) sorted by relevance
58 case Comdat::SameSize: in LLVMGetComdatSelectionKind()80 Cd->setSelectionKind(Comdat::SameSize); in LLVMSetComdatSelectionKind()
4661 case Comdat::SameSize: in print()
40 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()
506 case Comdat::SameSize: in dumpSymtab()
2140 bool SameSize = DL.getTypeSizeInBits(FromTy) == DL.getTypeSizeInBits(ToTy); in isBitCastSemanticsPreserving() local2143 return SameSize && LosslessConversion; in isBitCastSemanticsPreserving()
1640 case Comdat::SameSize: in getSelectionForCOFF()
1741 bool SameSize = Dst0Ty.getSizeInBits() == SrcMergeTy.getSizeInBits(); in matchCombineUnmergeMergeToPlainValues() local1742 if (SrcMergeTy != Dst0Ty && !SameSize) in matchCombineUnmergeMergeToPlainValues()
1799 case Comdat::SameSize: in shouldInstrumentGlobal()
855 case Comdat::SameSize: in getEncodedComdatSelectionKind()
1195 case Comdat::SameSize: in getEncodedComdatSelectionKind()
1291 return Comdat::SameSize; in getDecodedComdatSelectionKind()
729 SK = Comdat::SameSize; in parseComdat()