Home
last modified time | relevance | path

Searched defs:CTZ (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp613 if (match(I->getOperand(1), m_APInt(C)) && C->countr_zero() == CTZ) { in SimplifyDemandedUseBits() local
1024 unsigned CTZ = DemandedMask.countr_zero(); SimplifyDemandedUseBits() local
1036 unsigned CTZ = DemandedMask.countr_zero(); SimplifyDemandedUseBits() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2753 unsigned CTZ = DemandedBits.countr_zero(); SimplifyDemandedBits() local