Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DComdat.h36 SameSize, ///< The data referenced by the COMDAT must be the same size. enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DComdat.h38 SameSize, ///< The data referenced by the COMDAT must be the same size. enumerator
/external/llvm-project/llvm/include/llvm/IR/
DComdat.h38 SameSize, ///< The data referenced by the COMDAT must be the same size. enumerator
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dsizeofpack.cpp192 using SameSize = bool_constant<sizeof...(A) == sizeof...(B)>; typedef
/external/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
Dsizeofpack.cpp192 using SameSize = bool_constant<sizeof...(A) == sizeof...(B)>; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLocal.cpp1830 bool SameSize = DL.getTypeSizeInBits(FromTy) == DL.getTypeSizeInBits(ToTy); in isBitCastSemanticsPreserving() local
/external/llvm-project/llvm/lib/Transforms/Utils/
DLocal.cpp1948 bool SameSize = DL.getTypeSizeInBits(FromTy) == DL.getTypeSizeInBits(ToTy); in isBitCastSemanticsPreserving() local
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp1837 bool SameSize = Dst0Ty.getSizeInBits() == SrcMergeTy.getSizeInBits(); in matchCombineUnmergeMergeToPlainValues() local