HomeSort by relevance Sort by last modified time
    Searched defs:ElemSize (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Analysis/
LoopUnrollAnalyzer.cpp 121 int ElemSize = CDS->getElementType()->getPrimitiveSizeInBits() / 8U;
124 int64_t Index = SimplifiedAddrOp->getSExtValue() / ElemSize;
  /external/llvm/lib/Transforms/IPO/
WholeProgramDevirt.cpp 368 uint64_t ElemSize =
371 if (GlobalSlotOffset % ElemSize != 0)
374 unsigned Op = GlobalSlotOffset / ElemSize;
  /external/llvm/lib/IR/
Attributes.cpp 361 unsigned ElemSize;
363 std::tie(ElemSize, NumElems) = getAllocSizeArgs();
366 Result += utostr(ElemSize);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Scalarizer.cpp 104 VectorLayout() : VecTy(nullptr), ElemTy(nullptr), VecAlign(0), ElemSize(0) {}
108 return MinAlign(VecAlign, I * ElemSize);
121 uint64_t ElemSize;
370 Layout.ElemSize = DL.getTypeStoreSize(Layout.ElemTy);
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 963 milliseconds