Searched defs:RHSValue (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | SimpleSValBuilder.cpp | 471 llvm::APSInt RHSValue = *KnownRHSValue; in evalBinOpNN() local 590 if (const llvm::APSInt *RHSValue = getKnownValue(state, rhs)) { in evalBinOpNN() local 637 if (const llvm::APSInt *RHSValue = getKnownValue(state, rhs)) in evalBinOpNN() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | MCExpr.cpp | 898 MCValue LHSValue, RHSValue; in evaluateAsRelocatableImpl() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 3148 int64_t RHSValue, SDLoc dl) { in get32BitZExtCompare() 3321 int64_t RHSValue, SDLoc dl) { in get32BitSExtCompare() 3493 int64_t RHSValue, SDLoc dl) { in get64BitZExtCompare() 3650 int64_t RHSValue, SDLoc dl) { in get64BitSExtCompare() 3863 int64_t RHSValue = RHSConst ? RHSConst->getSExtValue() : INT64_MAX; in getSETCCInGPR() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ExprConstant.cpp | 2874 const APInt &RHSValue, APInt &Result) { in handleLogicalOpForVector() 2886 const APFloat &RHSValue, APInt &Result) { in handleLogicalOpForVector() 2899 const APValue &RHSValue, APInt &Result) { in handleLogicalOpForVector() 2912 const APTy &RHSValue, APInt &Result) { in handleCompareOpForVectorHelper() 2941 const APValue &RHSValue, APInt &Result) { in handleCompareOpForVector() 2955 const APValue &RHSValue) { in handleVectorVectorBinOp() 6093 APValue RHSValue; in HandleFunctionCall() local 10320 APValue RHSValue; in VisitBinaryOperator() local 12614 LValue LHSValue, RHSValue; in EvaluateComparisonBinaryOperator() local 12755 MemberPtr LHSValue, RHSValue; in EvaluateComparisonBinaryOperator() local [all …]
|
H A D | ASTContext.cpp | 9798 QualType RHSValue = RHS->castAs<AtomicType>()->getValueType(); in mergeTypes() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 11524 Optional<llvm::APSInt> RHSValue = RHS->getIntegerConstantExpr(S.Context); in AnalyzeComparison() local
|
H A D | SemaExpr.cpp | 10268 Expr::EvalResult RHSValue; in DiagnoseBadDivideOrRemainderValues() local
|