Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp12002 APInt TruncDemandedBits = in visitMSTORE() local
12008 if (SimplifyDemandedBits(Value, TruncDemandedBits)) { in visitMSTORE()
21411 APInt TruncDemandedBits = APInt::getLowBitsSet(VT.getScalarSizeInBits(), in visitATOMIC_STORE() local
21415 if (SimplifyDemandedBits(Val, TruncDemandedBits)) in visitATOMIC_STORE()
21503 APInt TruncDemandedBits = in visitSTORE() local
21510 if (SimplifyDemandedBits(Value, TruncDemandedBits)) { in visitSTORE()
21524 TLI.SimplifyMultipleUseDemandedBits(Value, TruncDemandedBits, DAG)) in visitSTORE()
21533 APInt NewVal = CValue & TruncDemandedBits; in visitSTORE()