Searched refs:CValue (Results 1 – 1 of 1) sorted by relevance
19761 const APInt &CValue = Cst->getAPIntValue(); in visitSTORE() local19762 APInt NewVal = CValue & TruncDemandedBits; in visitSTORE()19763 if (NewVal != CValue) { in visitSTORE()