Searched refs:FromLegal (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DTruncInstCombine.cpp233 bool FromLegal = MinBitWidth == 1 || DL.isLegalInteger(OrigBitWidth); local
235 if (!DstTy->isVectorTy() && FromLegal && !ToLegal)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp173 bool FromLegal = FromWidth == 1 || DL.isLegalInteger(FromWidth); local
183 if (FromLegal && !ToLegal)
188 if (!FromLegal && !ToLegal && ToWidth > FromWidth)

Completed in 103 milliseconds