Searched refs:SameSize (Results 1 – 12 of 12) sorted by relevance
52 case Comdat::SameSize: in LLVMGetComdatSelectionKind()74 Cd->setSelectionKind(Comdat::SameSize); in LLVMSetComdatSelectionKind()
4559 case Comdat::SameSize: in print()
38 SameSize, ///< The data referenced by the COMDAT must be the same size. enumerator
201 case Comdat::SelectionKind::SameSize: { in computeResultingSelectionKind()219 } else if (Result == Comdat::SelectionKind::SameSize) { in computeResultingSelectionKind()
466 case Comdat::SameSize: in dumpSymtab()
2024 bool SameSize = DL.getTypeSizeInBits(FromTy) == DL.getTypeSizeInBits(ToTy); in isBitCastSemanticsPreserving() local2027 return SameSize && LosslessConversion; in isBitCastSemanticsPreserving()
2060 bool SameSize = Dst0Ty.getSizeInBits() == SrcMergeTy.getSizeInBits(); in matchCombineUnmergeMergeToPlainValues() local2061 if (SrcMergeTy != Dst0Ty && !SameSize) in matchCombineUnmergeMergeToPlainValues()
1580 case Comdat::SameSize: in getSelectionForCOFF()
1922 case Comdat::SameSize: in shouldInstrumentGlobal()
1137 case Comdat::SameSize: in getEncodedComdatSelectionKind()
1133 return Comdat::SameSize; in getDecodedComdatSelectionKind()
675 SK = Comdat::SameSize; in parseComdat()