Searched refs:ValInt (Results 1 – 2 of 2) sorted by relevance
6140 llvm::APSInt const &ValInt = Val.getInt(); in createConstantValueExpression() local6142 if (ValInt.isUnsigned()) in createConstantValueExpression()6143 ValIntOpt = ValInt.tryZExtValue(); in createConstantValueExpression()6144 else if (auto tmp = ValInt.trySExtValue()) in createConstantValueExpression()
3344 APSInt ValInt(BitWidth, /*IsUnsigned*/ false); in getExactInteger() local3353 if ((APF.convertToInteger(ValInt, ArbitraryRM, &IsExact) == in getExactInteger()3357 return ValInt.extractBitsAsZExtValue(BitWidth, 0); in getExactInteger()