Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1686 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 DSelectionDAG.cpp2376 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 DDAGCombiner.cpp12361 if (SDValue Shorter = DAG.GetDemandedBits(N0, Mask)) in visitTRUNCATE()
18079 if (SDValue Shorter = DAG.GetDemandedBits(Value, TruncDemandedBits)) in visitSTORE()