Searched refs:TruncDemandedBits (Results 1 – 1 of 1) sorted by relevance
11934 APInt TruncDemandedBits = in visitMSTORE() local11940 if (SimplifyDemandedBits(Value, TruncDemandedBits)) { in visitMSTORE()21135 APInt TruncDemandedBits = in visitSTORE() local21142 if (SimplifyDemandedBits(Value, TruncDemandedBits)) { in visitSTORE()21156 TLI.SimplifyMultipleUseDemandedBits(Value, TruncDemandedBits, DAG)) in visitSTORE()21165 APInt NewVal = CValue & TruncDemandedBits; in visitSTORE()