Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1321 bool IsTZ = II.getIntrinsicID() == Intrinsic::cttz; in foldCttzCtlz() local
1322 unsigned PossibleZeros = IsTZ ? Known.countMaxTrailingZeros() in foldCttzCtlz()
1324 unsigned DefiniteZeros = IsTZ ? Known.countMinTrailingZeros() in foldCttzCtlz()