Home
last modified time | relevance | path

Searched defs:RHSValue (Results 1 – 15 of 15) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DSimpleSValBuilder.cpp368 llvm::APSInt RHSValue = *KnownRHSValue; in evalBinOpNN() local
480 if (const llvm::APSInt *RHSValue = getKnownValue(state, rhs)) { in evalBinOpNN() local
526 if (const llvm::APSInt *RHSValue = getKnownValue(state, rhs)) in evalBinOpNN() local
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DSimpleSValBuilder.cpp602 llvm::APSInt RHSValue = *KnownRHSValue; in evalBinOpNN() local
719 if (const llvm::APSInt *RHSValue = getKnownValue(state, rhs)) { in evalBinOpNN() local
766 if (const llvm::APSInt *RHSValue = getKnownValue(state, rhs)) in evalBinOpNN() local
/external/llvm/lib/MC/
DMCExpr.cpp686 MCValue LHSValue, RHSValue; in evaluateAsRelocatableImpl() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCExpr.cpp784 MCValue LHSValue, RHSValue; in evaluateAsRelocatableImpl() local
/external/llvm-project/llvm/lib/MC/
DMCExpr.cpp893 MCValue LHSValue, RHSValue; in evaluateAsRelocatableImpl() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp2908 int64_t RHSValue, SDLoc dl) { in get32BitZExtCompare()
3081 int64_t RHSValue, SDLoc dl) { in get32BitSExtCompare()
3253 int64_t RHSValue, SDLoc dl) { in get64BitZExtCompare()
3410 int64_t RHSValue, SDLoc dl) { in get64BitSExtCompare()
3623 int64_t RHSValue = RHSConst ? RHSConst->getSExtValue() : INT64_MAX; in getSETCCInGPR() local
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp2868 int64_t RHSValue, SDLoc dl) { in get32BitZExtCompare()
3041 int64_t RHSValue, SDLoc dl) { in get32BitSExtCompare()
3213 int64_t RHSValue, SDLoc dl) { in get64BitZExtCompare()
3370 int64_t RHSValue, SDLoc dl) { in get64BitSExtCompare()
3583 int64_t RHSValue = RHSConst ? RHSConst->getSExtValue() : INT64_MAX; in getSETCCInGPR() local
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp2869 const APInt &RHSValue, APInt &Result) { in handleLogicalOpForVector()
2881 const APFloat &RHSValue, APInt &Result) { in handleLogicalOpForVector()
2894 const APValue &RHSValue, APInt &Result) { in handleLogicalOpForVector()
2907 const APTy &RHSValue, APInt &Result) { in handleCompareOpForVectorHelper()
2936 const APValue &RHSValue, APInt &Result) { in handleCompareOpForVector()
2950 const APValue &RHSValue) { in handleVectorVectorBinOp()
6085 APValue RHSValue; in HandleFunctionCall() local
10296 APValue RHSValue; in VisitBinaryOperator() local
12610 LValue LHSValue, RHSValue; in EvaluateComparisonBinaryOperator() local
12751 MemberPtr LHSValue, RHSValue; in EvaluateComparisonBinaryOperator() local
[all …]
DASTContext.cpp9684 QualType RHSValue = RHS->castAs<AtomicType>()->getValueType(); in mergeTypes() local
/external/clang/lib/AST/
DExprConstant.cpp3970 APValue RHSValue; in HandleFunctionCall() local
7589 LValue LHSValue, RHSValue; in VisitBinaryOperator() local
7806 MemberPtr LHSValue, RHSValue; in VisitBinaryOperator() local
DASTContext.cpp7799 QualType RHSValue = RHS->getAs<AtomicType>()->getValueType(); in mergeTypes() local
7907 QualType RHSValue = RHS->getAs<PipeType>()->getElementType(); in mergeTypes() local
/external/clang/lib/Sema/
DSemaChecking.cpp7669 llvm::APSInt RHSValue; in AnalyzeComparison() local
DSemaExpr.cpp8037 llvm::APSInt RHSValue; in DiagnoseBadDivideOrRemainderValues() local
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp11264 Optional<llvm::APSInt> RHSValue = RHS->getIntegerConstantExpr(S.Context); in AnalyzeComparison() local
DSemaExpr.cpp10168 Expr::EvalResult RHSValue; in DiagnoseBadDivideOrRemainderValues() local