Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DComdat.h40 SameSize, ///< The data referenced by the COMDAT must be the same size. enumerator
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DLocal.cpp2140 bool SameSize = DL.getTypeSizeInBits(FromTy) == DL.getTypeSizeInBits(ToTy); in isBitCastSemanticsPreserving() local
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp1741 bool SameSize = Dst0Ty.getSizeInBits() == SrcMergeTy.getSizeInBits(); in matchCombineUnmergeMergeToPlainValues() local