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

  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 272 static SectionKind computeSectionKind(unsigned Flags, unsigned ElemSize) {
279 switch (ElemSize) {
290 switch (ElemSize) {
  /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;
356 Layout.ElemSize = DL->getTypeStoreSize(Layout.ElemTy);
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 827 APInt ElemSize(BitWidth, TD->getTypeAllocSize(ATy->getElementType()));
828 if (ElemSize == 0)
836 APInt NewIdx = Offset.udiv(ElemSize);
837 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 99 milliseconds