Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11934 APInt TruncDemandedBits = in visitMSTORE() local
11940 if (SimplifyDemandedBits(Value, TruncDemandedBits)) { in visitMSTORE()
21135 APInt TruncDemandedBits = in visitSTORE() local
21142 if (SimplifyDemandedBits(Value, TruncDemandedBits)) { in visitSTORE()
21156 TLI.SimplifyMultipleUseDemandedBits(Value, TruncDemandedBits, DAG)) in visitSTORE()
21165 APInt NewVal = CValue & TruncDemandedBits; in visitSTORE()