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

  /external/llvm/lib/Transforms/Scalar/
Scalarizer.cpp 105 VectorLayout() : VecTy(nullptr), ElemTy(nullptr), VecAlign(0), ElemSize(0) {}
109 return MinAlign(VecAlign, I * ElemSize);
122 uint64_t ElemSize;
367 Layout.ElemSize = DL.getTypeStoreSize(Layout.ElemTy);
LoopUnrollPass.cpp 424 int ElemSize = CDS->getElementType()->getPrimitiveSizeInBits() / 8U;
427 int64_t Index = SimplifiedAddrOp->getSExtValue() / ElemSize;
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 828 APInt ElemSize(BitWidth, DL.getTypeAllocSize(ATy->getElementType()));
829 if (ElemSize == 0)
837 APInt NewIdx = Offset.udiv(ElemSize);
838 Offset -= NewIdx * ElemSize;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 225 milliseconds