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