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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/AggressiveInstCombine/
TruncInstCombine.cpp 233 bool ToLegal = MinBitWidth == 1 || DL.isLegalInteger(MinBitWidth);
234 if (!DstTy->isVectorTy() && FromLegal && !ToLegal)
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 217 bool ToLegal = ToWidth == 1 || DL.isLegalInteger(ToWidth);
226 if (FromLegal && !ToLegal)
231 if (!FromLegal && !ToLegal && ToWidth > FromWidth)

Completed in 26 milliseconds