reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/IR/DataLayout.h
  475     return getTypeSizeInBits(Ty) == getTypeStoreSizeInBits(Ty);
include/llvm/Support/TypeSize.h
   76     return !(LHS == RHS);
lib/Analysis/ConstantFolding.cpp
  333     if (DL.getTypeSizeInBits(DestTy) == DL.getTypeSizeInBits(SrcTy)) {
lib/Analysis/InstructionSimplify.cpp
 3253         Q.DL.getTypeSizeInBits(SrcTy) == DstTy->getPrimitiveSizeInBits()) {
 3422       if (Q.DL.getTypeSizeInBits(CLHS->getPointerOperandType()) ==
 3424           Q.DL.getTypeSizeInBits(CRHS->getPointerOperandType()) ==
lib/IR/Instructions.cpp
 2993       return DestBits == SrcBits;
 3003       return DestBits == SrcBits;
 3008     return DestBits == SrcBits;
 3016       return DestBits == SrcBits;       // 64-bit vector to MMX
 3260       return SrcTy->getPrimitiveSizeInBits() == DstTy->getPrimitiveSizeInBits();
lib/Target/AMDGPU/AMDGPURewriteOutArguments.cpp
  219   return DL->getTypeSizeInBits(VT0->getElementType()) ==
lib/Target/NVPTX/NVPTXAsmPrinter.cpp
 2077     if (DL.getTypeAllocSize(Ty) == DL.getTypeAllocSize(Op->getType()))
lib/Transforms/InstCombine/InstCombineCalls.cpp
 3069       assert(Mask->getType()->getPrimitiveSizeInBits() ==
lib/Transforms/InstCombine/InstructionCombining.cpp
 2036           DL.getTypeAllocSize(StrippedPtrEltTy->getArrayElementType()) ==
lib/Transforms/Scalar/SROA.cpp
 1942       assert(DL.getTypeSizeInBits(RHSTy) == DL.getTypeSizeInBits(LHSTy) &&
lib/Transforms/Utils/Local.cpp
 1811     bool SameSize = DL.getTypeSizeInBits(FromTy) == DL.getTypeSizeInBits(ToTy);
lib/Transforms/Vectorize/LoopVectorize.cpp
 2655   assert((DL.getTypeSizeInBits(SrcElemTy) == DL.getTypeSizeInBits(DstElemTy)) &&
tools/clang/lib/CodeGen/CGBuiltin.cpp
 5213     if (Ops[j]->getType()->getPrimitiveSizeInBits() ==
tools/polly/lib/Analysis/ScopBuilder.cpp
 1621         DL.getTypeAllocSize(SrcTy->getPointerElementType()) ==
tools/polly/lib/Analysis/ScopInfo.cpp
  284   if (NewElementSize == OldElementSize || NewElementSize == 0)
utils/unittest/googletest/include/gtest/gtest.h
 1392   if (lhs == rhs) {