Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp514 bool IsTZ = II.getIntrinsicID() == Intrinsic::cttz; in foldCttzCtlz() local
521 Intrinsic::ID ID = IsTZ ? Intrinsic::ctlz : Intrinsic::cttz; in foldCttzCtlz()
541 if (IsTZ) { in foldCttzCtlz()
577 unsigned PossibleZeros = IsTZ ? Known.countMaxTrailingZeros() in foldCttzCtlz()
579 unsigned DefiniteZeros = IsTZ ? Known.countMinTrailingZeros() in foldCttzCtlz()