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

  /external/llvm/lib/Analysis/
ConstantFolding.cpp 670 APInt ElemSize(BitWidth, TD->getTypeAllocSize(ATy->getElementType()));
672 if (ElemSize == 0)
680 APInt NewIdx = Offset.udiv(ElemSize);
681 Offset -= NewIdx * ElemSize;
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]

Completed in 26 milliseconds