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.cpp1266 KnownBits KnownSub, KnownSrc; in SimplifyDemandedBits() local
1267 if (SimplifyDemandedBits(Sub, DemandedBits, DemandedSubElts, KnownSub, TLO, in SimplifyDemandedBits()
1277 Known = Known.intersectWith(KnownSub); in SimplifyDemandedBits()