Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp6140 llvm::APSInt const &ValInt = Val.getInt(); in createConstantValueExpression() local
6142 if (ValInt.isUnsigned()) in createConstantValueExpression()
6143 ValIntOpt = ValInt.tryZExtValue(); in createConstantValueExpression()
6144 else if (auto tmp = ValInt.trySExtValue()) in createConstantValueExpression()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp3344 APSInt ValInt(BitWidth, /*IsUnsigned*/ false); in getExactInteger()
3353 if ((APF.convertToInteger(ValInt, ArbitraryRM, &IsExact) == in getExactInteger()
3357 return ValInt.extractBitsAsZExtValue(BitWidth, 0); in getExactInteger()
3343 APSInt ValInt(BitWidth, /*IsUnsigned*/ false); getExactInteger() local