HomeSort by: relevance | last modified time | path
    Searched refs:MaximalRepresentableShiftAmount (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 43 APInt MaximalRepresentableShiftAmount =
45 return MaximalRepresentableShiftAmount.uge(MaximalPossibleTotalShiftAmount);
InstCombineCompares.cpp 3597 APInt MaximalRepresentableShiftAmount =
3599 if (MaximalRepresentableShiftAmount.ult(MaximalPossibleTotalShiftAmount))

Completed in 51 milliseconds