Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1691 llvm::APSInt ResultInt; in ConstantFoldsToSimpleInteger() local
1692 if (!ConstantFoldsToSimpleInteger(Cond, ResultInt, AllowLabels)) in ConstantFoldsToSimpleInteger()
1695 ResultBool = ResultInt.getBoolValue(); in ConstantFoldsToSimpleInteger()
1703 llvm::APSInt &ResultInt, in ConstantFoldsToSimpleInteger() argument
1715 ResultInt = Int; in ConstantFoldsToSimpleInteger()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp4186 BlockValueNum ResultInt = Impl.GetValue(Updater.getSSALDVBlock(Here.getParent())); in resolveDbgPHIsImpl() local
4187 ValueIDNum Result = ValueIDNum::fromU64(ResultInt); in resolveDbgPHIsImpl()