Searched refs:evalAPSInt (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp246 svalBuilder.getBasicValueFactory().evalAPSInt(Op, getValue(), R.getValue());
273 const llvm::APSInt *X = BasicVals.evalAPSInt(Op, getValue(), R.getValue());
H A DBasicValueFactory.cpp205 BasicValueFactory::evalAPSInt(BinaryOperator::Opcode Op, function in class:BasicValueFactory
H A DSimpleSValBuilder.cpp618 BasicVals.evalAPSInt(op, LHSValue, RHSValue);
733 newRHS = BasicVals.evalAPSInt(BO_Add, first, second);
735 newRHS = BasicVals.evalAPSInt(BO_Sub, first, second);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h253 const llvm::APSInt* evalAPSInt(BinaryOperator::Opcode Op,
H A DSMTConstraintManager.h193 return BVF.evalAPSInt(BSE->getOpcode(), ConvertedLHS, ConvertedRHS);
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp777 const llvm::APSInt *maxLengthInt = BVF.evalAPSInt(BO_Div, maxValInt,

Completed in 130 milliseconds