Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1052 KnownBits KnownSub, KnownSrc; in SimplifyDemandedBits() local
1053 if (SimplifyDemandedBits(Sub, DemandedBits, DemandedSubElts, KnownSub, TLO, in SimplifyDemandedBits()
1063 Known = KnownBits::commonBits(Known, KnownSub); in SimplifyDemandedBits()