Searched refs:GetDemandedBits (Results 1 – 3 of 3) sorted by relevance
1865 SDValue GetDemandedBits(SDValue V, const APInt &DemandedBits);
13431 if (SDValue Shorter = DAG.GetDemandedBits(N0, Mask)) in visitTRUNCATE()19083 if (SDValue Shorter = DAG.GetDemandedBits(Value, TruncDemandedBits)) in visitSTORE()
2466 SDValue SelectionDAG::GetDemandedBits(SDValue V, const APInt &DemandedBits) { in GetDemandedBits() function in SelectionDAG