Searched defs:SameSize (Results 1 – 11 of 11) sorted by relevance
9 struct SameSize : A { struct17 SameSize same_size; argument
31 bool DrmMode::SameSize(const DrmMode &mode) const { in SameSize() function in android::DrmMode
36 SameSize, ///< The data referenced by the COMDAT must be the same size. enumerator
38 SameSize, ///< The data referenced by the COMDAT must be the same size. enumerator
40 SameSize, ///< The data referenced by the COMDAT must be the same size. enumerator
192 using SameSize = bool_constant<sizeof...(A) == sizeof...(B)>; typedef
1830 bool SameSize = DL.getTypeSizeInBits(FromTy) == DL.getTypeSizeInBits(ToTy); in isBitCastSemanticsPreserving() local
2140 bool SameSize = DL.getTypeSizeInBits(FromTy) == DL.getTypeSizeInBits(ToTy); in isBitCastSemanticsPreserving() local
1741 bool SameSize = Dst0Ty.getSizeInBits() == SrcMergeTy.getSizeInBits(); in matchCombineUnmergeMergeToPlainValues() local