Home
last modified time | relevance | path

Searched refs:ValInt (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp5957 llvm::APSInt const &ValInt = Val.getInt(); in createConstantValueExpression() local
5959 if (ValInt.isUnsigned()) in createConstantValueExpression()
5960 ValIntOpt = ValInt.tryZExtValue(); in createConstantValueExpression()
5961 else if (auto tmp = ValInt.trySExtValue()) in createConstantValueExpression()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp3170 APSInt ValInt(BitWidth, !APF.isNegative()); in getExactInteger() local
3179 if ((APF.convertToInteger(ValInt, ArbitraryRM, &IsExact) == in getExactInteger()
3183 return ValInt.extractBitsAsZExtValue(BitWidth, 0); in getExactInteger()