Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp537 unsigned NTZ = (~DemandedMask & RHSKnown.Zero).countr_one(); in SimplifyDemandedUseBits() local
580 unsigned NTZ = (~DemandedMask & RHSKnown.Zero).countr_one(); in SimplifyDemandedUseBits() local
924 unsigned NTZ = DemandedMask.countr_zero(); in SimplifyDemandedUseBits() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2309 unsigned NTZ = DemandedBits.countr_zero(); in SimplifyDemandedBits() local