Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1679 SDValue GetDemandedBits(SDValue V, const APInt &DemandedBits);
1688 SDValue GetDemandedBits(SDValue V, const APInt &DemandedBits,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2369 SDValue SelectionDAG::GetDemandedBits(SDValue V, const APInt &DemandedBits) { in GetDemandedBits() function in SelectionDAG
2378 return GetDemandedBits(V, DemandedBits, DemandedElts); in GetDemandedBits()
2386 SDValue SelectionDAG::GetDemandedBits(SDValue V, const APInt &DemandedBits, in GetDemandedBits() function in SelectionDAG
2412 GetDemandedBits(V.getOperand(0), SrcDemandedBits)) in GetDemandedBits()
H A DDAGCombiner.cpp12163 if (SDValue Shorter = DAG.GetDemandedBits(N0, Mask)) in visitTRUNCATE()
17878 if (SDValue Shorter = DAG.GetDemandedBits(Value, TruncDemandedBits)) in visitSTORE()