Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp584 auto ZeroTableElem = ConstData->getElementAsInteger(0); in tryToRecognizeTableBasedCttz() local
585 bool DefinedForZero = ZeroTableElem == InputBits; in tryToRecognizeTableBasedCttz()
600 B.CreateSelect(Cmp, ConstantInt::get(XType, ZeroTableElem), Cttz); in tryToRecognizeTableBasedCttz()