Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineCalls.cpp1192 bool IsTZ = II.getIntrinsicID() == Intrinsic::cttz; in foldCttzCtlz() local
1198 Intrinsic::ID ID = IsTZ ? Intrinsic::ctlz : Intrinsic::cttz; in foldCttzCtlz()
1203 if (IsTZ) { in foldCttzCtlz()
1223 unsigned PossibleZeros = IsTZ ? Known.countMaxTrailingZeros() in foldCttzCtlz()
1225 unsigned DefiniteZeros = IsTZ ? Known.countMinTrailingZeros() in foldCttzCtlz()