Home
last modified time | relevance | path

Searched defs:SameSize (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/include/llvm/IR/
H A DComdat.h40 SameSize, ///< The data referenced by the COMDAT must be the same size. enumerator
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dsizeofpack.cpp192 using SameSize = bool_constant<sizeof...(A) == sizeof...(B)>; global() typedef
/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2705 bool SameSize = DL.getTypeSizeInBits(FromTy) == DL.getTypeSizeInBits(ToTy); isBitCastSemanticsPreserving() local
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2127 bool SameSize = Dst0Ty.getSizeInBits() == SrcMergeTy.getSizeInBits(); matchCombineUnmergeMergeToPlainValues() local