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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
SwitchLoweringUtils.cpp 316 if (!TLI->rangeFitsInWord(Clusters[i].Low->getValue(),
392 assert(TLI->rangeFitsInWord(Low, High, *DL) &&
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h 1163 bool rangeFitsInWord(const APInt &Low, const APInt &High,
1192 if (!rangeFitsInWord(Low, High, DL))

Completed in 29 milliseconds