Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp507 bool IsTZ = II.getIntrinsicID() == Intrinsic::cttz; in foldCttzCtlz() local
514 Intrinsic::ID ID = IsTZ ? Intrinsic::ctlz : Intrinsic::cttz; in foldCttzCtlz()
534 if (IsTZ) { in foldCttzCtlz()
570 unsigned PossibleZeros = IsTZ ? Known.countMaxTrailingZeros() in foldCttzCtlz()
572 unsigned DefiniteZeros = IsTZ ? Known.countMinTrailingZeros() in foldCttzCtlz()