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 744 APInt ElemSize(BitWidth, TD->getTypeAllocSize(ATy->getElementType()));
746 if (ElemSize == 0)
754 APInt NewIdx = Offset.udiv(ElemSize);
755 Offset -= NewIdx * ElemSize;
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 323 milliseconds