Searched refs:InDemandedBits (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 1902 APInt InDemandedBits = DemandedBits.trunc(InBits); in SimplifyDemandedBits() local 1904 if (SimplifyDemandedBits(Src, InDemandedBits, InDemandedElts, Known, TLO, in SimplifyDemandedBits() 1913 Src, InDemandedBits, InDemandedElts, TLO.DAG, Depth + 1)) in SimplifyDemandedBits() 1940 APInt InDemandedBits = DemandedBits.trunc(InBits); in SimplifyDemandedBits() local 1945 InDemandedBits.setBit(InBits - 1); in SimplifyDemandedBits() 1947 if (SimplifyDemandedBits(Src, InDemandedBits, InDemandedElts, Known, TLO, in SimplifyDemandedBits() 1966 Src, InDemandedBits, InDemandedElts, TLO.DAG, Depth + 1)) in SimplifyDemandedBits() 1985 APInt InDemandedBits = DemandedBits.trunc(InBits); in SimplifyDemandedBits() local 1987 if (SimplifyDemandedBits(Src, InDemandedBits, InDemandedElts, Known, TLO, in SimplifyDemandedBits() 1996 Src, InDemandedBits, InDemandedElts, TLO.DAG, Depth + 1)) in SimplifyDemandedBits()
|