Searched refs:GetDemandedBits (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 1686 SDValue GetDemandedBits(SDValue V, const APInt &DemandedBits); 1695 SDValue GetDemandedBits(SDValue V, const APInt &DemandedBits,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 2376 SDValue SelectionDAG::GetDemandedBits(SDValue V, const APInt &DemandedBits) { in GetDemandedBits() function in SelectionDAG 2385 return GetDemandedBits(V, DemandedBits, DemandedElts); in GetDemandedBits() 2393 SDValue SelectionDAG::GetDemandedBits(SDValue V, const APInt &DemandedBits, in GetDemandedBits() function in SelectionDAG 2419 GetDemandedBits(V.getOperand(0), SrcDemandedBits)) in GetDemandedBits()
|
| H A D | DAGCombiner.cpp | 12361 if (SDValue Shorter = DAG.GetDemandedBits(N0, Mask)) in visitTRUNCATE() 18079 if (SDValue Shorter = DAG.GetDemandedBits(Value, TruncDemandedBits)) in visitSTORE()
|