Searched defs:GetDemandedBits (Results 1 – 3 of 3) sorted by relevance
2165 SDValue SelectionDAG::GetDemandedBits(SDValue V, const APInt &DemandedBits) { in GetDemandedBits() function in SelectionDAG2178 SDValue SelectionDAG::GetDemandedBits(SDValue V, const APInt &DemandedBits, in GetDemandedBits() function in SelectionDAG
2271 SDValue SelectionDAG::GetDemandedBits(SDValue V, const APInt &DemandedBits) { in GetDemandedBits() function in SelectionDAG2288 SDValue SelectionDAG::GetDemandedBits(SDValue V, const APInt &DemandedBits, in GetDemandedBits() function in SelectionDAG
6724 SDValue DAGCombiner::GetDemandedBits(SDValue V, const APInt &Mask) { in GetDemandedBits() function in DAGCombiner