Home
last modified time | relevance | path

Searched defs:SameSize (Results 1 – 4 of 4) 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-7.0/llvm/include/llvm/IR/
DComdat.h39 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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLocal.cpp1806 bool SameSize = DL.getTypeSizeInBits(FromTy) == DL.getTypeSizeInBits(ToTy); in isBitCastSemanticsPreserving() local