|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/IR/DataLayout.h 660 getTypeSizeInBits(VTy->getElementType()).getFixedSize();
include/llvm/Support/TypeSize.h 146 return getFixedSize();
lib/Analysis/InlineCost.cpp 439 AllocSize->getLimitedValue(), DL.getTypeAllocSize(Ty).getFixedSize(),
448 AllocatedSize = SaturatingAdd(DL.getTypeAllocSize(Ty).getFixedSize(),
lib/CodeGen/Analysis.cpp 313 I->getType()->getPrimitiveSizeInBits().getFixedSize());
lib/Target/AArch64/AArch64ISelLowering.cpp 8599 countTrailingZeros(DL.getTypeStoreSizeInBits(IdxTy).getFixedSize()) - 3;
lib/Transforms/Scalar/SROA.cpp 963 DL.getTypeStoreSize(LI->getType()).getFixedSize());
971 DL.getTypeStoreSize(Op->getType()).getFixedSize());
tools/clang/lib/CodeGen/CGCall.cpp 4298 VT->getPrimitiveSizeInBits().getFixedSize());
4382 VT->getPrimitiveSizeInBits().getFixedSize());
tools/clang/lib/CodeGen/CGStmt.cpp 2088 VT->getPrimitiveSizeInBits().getFixedSize());
2113 VT->getPrimitiveSizeInBits().getFixedSize());
2200 VT->getPrimitiveSizeInBits().getFixedSize());
tools/clang/lib/CodeGen/CodeGenFunction.cpp 435 VT->getPrimitiveSizeInBits().getFixedSize());
440 VT->getPrimitiveSizeInBits().getFixedSize());
unittests/IR/VectorTypesTest.cpp 191 EXPECT_EQ(V2Int64Ty->getPrimitiveSizeInBits().getFixedSize(),
192 V4Int32Ty->getPrimitiveSizeInBits().getFixedSize());