Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10683 APInt TruncDemandedBits = in visitMSTORE() local
10689 if (SimplifyDemandedBits(Value, TruncDemandedBits)) { in visitMSTORE()
19075 APInt TruncDemandedBits = in visitSTORE() local
19083 if (SDValue Shorter = DAG.GetDemandedBits(Value, TruncDemandedBits)) in visitSTORE()
19089 if (SimplifyDemandedBits(Value, TruncDemandedBits)) { in visitSTORE()