Home
last modified time | relevance | path

Searched refs:IsTZ (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp436 bool IsTZ = II.getIntrinsicID() == Intrinsic::cttz; in foldCttzCtlz() local
443 Intrinsic::ID ID = IsTZ ? Intrinsic::ctlz : Intrinsic::cttz; in foldCttzCtlz()
463 if (IsTZ) { in foldCttzCtlz()
499 unsigned PossibleZeros = IsTZ ? Known.countMaxTrailingZeros() in foldCttzCtlz()
501 unsigned DefiniteZeros = IsTZ ? Known.countMinTrailingZeros() in foldCttzCtlz()