Lines Matching refs:CIVal
1426 const APInt &CIVal = ConstInt->getValue();1427 Imm = (isZExt) ? (int)CIVal.getZExtValue() : (int)CIVal.getSExtValue();