Searched refs:CImmVal (Results 1 – 1 of 1) sorted by relevance
398 const ConstantInt *CImmVal = MOP.getCImm(); in widenCImmType() local399 unsigned CurrentWidth = CImmVal->getBitWidth(); in widenCImmType()403 MOP.setCImm(ConstantInt::get(CImmVal->getType()->getContext(), in widenCImmType()404 CImmVal->getValue().zextOrTrunc(NewWidth))); in widenCImmType()