Searched refs:GetDemandedBits (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 1679 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 D | SelectionDAG.cpp | 2369 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 D | DAGCombiner.cpp | 12163 if (SDValue Shorter = DAG.GetDemandedBits(N0, Mask)) in visitTRUNCATE() 17878 if (SDValue Shorter = DAG.GetDemandedBits(Value, TruncDemandedBits)) in visitSTORE()
|