Searched refs:SameSize (Results 1 – 13 of 13) sorted by relevance
58 case Comdat::SameSize: in LLVMGetComdatSelectionKind()80 Cd->setSelectionKind(Comdat::SameSize); in LLVMSetComdatSelectionKind()
4813 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()
519 case Comdat::SameSize: in dumpSymtab()
2683 bool SameSize = DL.getTypeSizeInBits(FromTy) == DL.getTypeSizeInBits(ToTy); in isBitCastSemanticsPreserving() local2686 return SameSize && LosslessConversion; in isBitCastSemanticsPreserving()
1660 case Comdat::SameSize: in getSelectionForCOFF()
1975 bool SameSize = Dst0Ty.getSizeInBits() == SrcMergeTy.getSizeInBits(); in matchCombineUnmergeMergeToPlainValues() local1976 if (SrcMergeTy != Dst0Ty && !SameSize) in matchCombineUnmergeMergeToPlainValues()
1970 case Comdat::SameSize: in shouldInstrumentGlobal()
855 case Comdat::SameSize: in getEncodedComdatSelectionKind()
1234 case Comdat::SameSize: in getEncodedComdatSelectionKind()
1321 return Comdat::SameSize; in getDecodedComdatSelectionKind()
824 SK = Comdat::SameSize; in parseComdat()