/external/clang/lib/StaticAnalyzer/Core/ |
D | SimpleSValBuilder.cpp | 368 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/ |
D | SimpleSValBuilder.cpp | 602 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/ |
D | MCExpr.cpp | 686 MCValue LHSValue, RHSValue; in evaluateAsRelocatableImpl() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCExpr.cpp | 784 MCValue LHSValue, RHSValue; in evaluateAsRelocatableImpl() local
|
/external/llvm-project/llvm/lib/MC/ |
D | MCExpr.cpp | 893 MCValue LHSValue, RHSValue; in evaluateAsRelocatableImpl() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 2908 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/ |
D | PPCISelDAGToDAG.cpp | 2868 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/ |
D | ExprConstant.cpp | 2869 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 …]
|
D | ASTContext.cpp | 9684 QualType RHSValue = RHS->castAs<AtomicType>()->getValueType(); in mergeTypes() local
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 3970 APValue RHSValue; in HandleFunctionCall() local 7589 LValue LHSValue, RHSValue; in VisitBinaryOperator() local 7806 MemberPtr LHSValue, RHSValue; in VisitBinaryOperator() local
|
D | ASTContext.cpp | 7799 QualType RHSValue = RHS->getAs<AtomicType>()->getValueType(); in mergeTypes() local 7907 QualType RHSValue = RHS->getAs<PipeType>()->getElementType(); in mergeTypes() local
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 7669 llvm::APSInt RHSValue; in AnalyzeComparison() local
|
D | SemaExpr.cpp | 8037 llvm::APSInt RHSValue; in DiagnoseBadDivideOrRemainderValues() local
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaChecking.cpp | 11264 Optional<llvm::APSInt> RHSValue = RHS->getIntegerConstantExpr(S.Context); in AnalyzeComparison() local
|
D | SemaExpr.cpp | 10168 Expr::EvalResult RHSValue; in DiagnoseBadDivideOrRemainderValues() local
|