Searched refs:TruncDemandedBits (Results 1 – 1 of 1) sorted by relevance
12002 APInt TruncDemandedBits = in visitMSTORE() local12008 if (SimplifyDemandedBits(Value, TruncDemandedBits)) { in visitMSTORE()21411 APInt TruncDemandedBits = APInt::getLowBitsSet(VT.getScalarSizeInBits(), in visitATOMIC_STORE() local21415 if (SimplifyDemandedBits(Val, TruncDemandedBits)) in visitATOMIC_STORE()21503 APInt TruncDemandedBits = in visitSTORE() local21510 if (SimplifyDemandedBits(Value, TruncDemandedBits)) { in visitSTORE()21524 TLI.SimplifyMultipleUseDemandedBits(Value, TruncDemandedBits, DAG)) in visitSTORE()21533 APInt NewVal = CValue & TruncDemandedBits; in visitSTORE()