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

  /external/llvm/lib/Analysis/
ConstantFolding.cpp 698 APInt ElemSize(BitWidth, TD->getTypeAllocSize(ATy->getElementType()));
700 if (ElemSize == 0)
708 APInt NewIdx = Offset.udiv(ElemSize);
709 Offset -= NewIdx * ElemSize;
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 135 milliseconds