Searched refs:SameSize (Results 1 – 11 of 11) sorted by relevance
52 case Comdat::SameSize: in LLVMGetComdatSelectionKind()74 Cd->setSelectionKind(Comdat::SameSize); in LLVMSetComdatSelectionKind()
4589 case Comdat::SameSize: in print()
38 SameSize, ///< The data referenced by the COMDAT must be the same size. enumerator
185 case Comdat::SelectionKind::SameSize: { in computeResultingSelectionKind()203 } else if (Result == Comdat::SelectionKind::SameSize) { in computeResultingSelectionKind()
2000 bool SameSize = DL.getTypeSizeInBits(FromTy) == DL.getTypeSizeInBits(ToTy); in isBitCastSemanticsPreserving() local2003 return SameSize && LosslessConversion; in isBitCastSemanticsPreserving()
1999 bool SameSize = Dst0Ty.getSizeInBits() == SrcMergeTy.getSizeInBits(); in matchCombineUnmergeMergeToPlainValues() local2000 if (SrcMergeTy != Dst0Ty && !SameSize) in matchCombineUnmergeMergeToPlainValues()
1560 case Comdat::SameSize: in getSelectionForCOFF()
1932 case Comdat::SameSize: in shouldInstrumentGlobal()
1133 case Comdat::SameSize: in getEncodedComdatSelectionKind()
1165 return Comdat::SameSize; in getDecodedComdatSelectionKind()
702 SK = Comdat::SameSize; in parseComdat()