Searched defs:SameSize (Results 1 – 4 of 4) sorted by relevance
40 SameSize, ///< The data referenced by the COMDAT must be the same size. enumerator
192 using SameSize = bool_constant<sizeof...(A) == sizeof...(B)>; global() typedef
2705 bool SameSize = DL.getTypeSizeInBits(FromTy) == DL.getTypeSizeInBits(ToTy); isBitCastSemanticsPreserving() local
2127 bool SameSize = Dst0Ty.getSizeInBits() == SrcMergeTy.getSizeInBits(); matchCombineUnmergeMergeToPlainValues() local