Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1245 KnownBits KnownSub, KnownSrc; in SimplifyDemandedBits() local
1246 if (SimplifyDemandedBits(Sub, DemandedBits, DemandedSubElts, KnownSub, TLO, in SimplifyDemandedBits()
1256 Known = Known.intersectWith(KnownSub); in SimplifyDemandedBits()