HomeSort by relevance Sort by last modified time
    Searched refs:getTypeStoreSizeInBits (Results 1 - 11 of 11) sorted by null

  /external/llvm/include/llvm/IR/
DataLayout.h 379 uint64_t getTypeStoreSizeInBits(Type *Ty) const {
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 473 DL.isLegalInteger(DL.getTypeStoreSizeInBits(Ty)) &&
474 DL.getTypeStoreSizeInBits(Ty) == DL.getTypeSizeInBits(Ty)) {
481 Type::getIntNTy(LI.getContext(), DL.getTypeStoreSizeInBits(Ty)));
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 444 const uint32_t TypeSize = DL.getTypeStoreSizeInBits(OrigTy);
591 uint32_t TypeSize = DL.getTypeStoreSizeInBits(OrigTy);
AddressSanitizer.cpp     [all...]
SanitizerCoverage.cpp 421 uint64_t TypeSize = DL->getTypeStoreSizeInBits(A0->getType());
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
SROA.cpp     [all...]
Scalarizer.cpp 360 DL.getTypeStoreSizeInBits(Layout.ElemTy))
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 351 milliseconds