HomeSort by relevance Sort by last modified time
    Searched refs:ElemSize (Results 1 - 6 of 6) 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;
361 Layout.ElemSize = DL.getTypeStoreSize(Layout.ElemTy);
LoopUnrollPass.cpp 414 unsigned ElemSize = CDS->getElementType()->getPrimitiveSizeInBits() / 8U;
418 unsigned Index = (Start + Step * Iteration) / ElemSize;
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 825 APInt ElemSize(BitWidth, DL.getTypeAllocSize(ATy->getElementType()));
826 if (ElemSize == 0)
834 APInt NewIdx = Offset.udiv(ElemSize);
835 Offset -= NewIdx * ElemSize;
    [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 274 milliseconds