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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 468 // the truncate (MidSize), and the destination of the truncate. We know that
469 // ASize < MidSize and MidSize > ResultSize, but don't know the relation
799 unsigned MidSize = CSrc->getType()->getScalarSizeInBits();
806 APInt AndValue(APInt::getLowBitsSet(SrcSize, MidSize))
    [all...]
  /external/llvm/lib/VMCore/
Instructions.cpp     [all...]

Completed in 142 milliseconds