/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | SimpleSValBuilder.cpp | 529 llvm::APSInt RHSValue = *KnownRHSValue; evalBinOpNN() local 661 if (const llvm::APSInt *RHSValue = getConstValue(state, rhs)) { evalBinOpNN() local 708 if (const llvm::APSInt *RHSValue = getConstValue(state, rhs)) evalBinOpNN() local [all...] |
/llvm-project/llvm/lib/MC/ |
H A D | MCExpr.cpp | 917 MCValue LHSValue, RHSValue; evaluateAsRelocatableImpl() local [all...] |
/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | Transfer.cpp | 62 Value *RHSValue = Env.getValue(RHS); evaluateBooleanEquality() local
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 3318 int64_t RHSValue, SDLoc dl) { in get32BitZExtCompare() argument 3491 int64_t RHSValue, SDLoc dl) { in get32BitSExtCompare() argument 3663 get64BitZExtCompare(SDValue LHS,SDValue RHS,ISD::CondCode CC,int64_t RHSValue,SDLoc dl) get64BitZExtCompare() argument 3820 get64BitSExtCompare(SDValue LHS,SDValue RHS,ISD::CondCode CC,int64_t RHSValue,SDLoc dl) get64BitSExtCompare() argument 4033 int64_t RHSValue = RHSConst ? RHSConst->getSExtValue() : INT64_MAX; getSETCCInGPR() local [all...] |
/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 2942 handleLogicalOpForVector(const APInt & LHSValue,BinaryOperatorKind Opcode,const APInt & RHSValue,APInt & Result) handleLogicalOpForVector() argument 2954 handleLogicalOpForVector(const APFloat & LHSValue,BinaryOperatorKind Opcode,const APFloat & RHSValue,APInt & Result) handleLogicalOpForVector() argument 2967 handleLogicalOpForVector(const APValue & LHSValue,BinaryOperatorKind Opcode,const APValue & RHSValue,APInt & Result) handleLogicalOpForVector() argument 2980 handleCompareOpForVectorHelper(const APTy & LHSValue,BinaryOperatorKind Opcode,const APTy & RHSValue,APInt & Result) handleCompareOpForVectorHelper() argument 3014 handleCompareOpForVector(const APValue & LHSValue,BinaryOperatorKind Opcode,const APValue & RHSValue,APInt & Result) handleCompareOpForVector() argument 3028 handleVectorVectorBinOp(EvalInfo & Info,const BinaryOperator * E,BinaryOperatorKind Opcode,APValue & LHSValue,const APValue & RHSValue) handleVectorVectorBinOp() argument 6324 APValue RHSValue; HandleFunctionCall() local 10882 APValue RHSValue; VisitBinaryOperator() local 13620 LValue LHSValue, RHSValue; EvaluateComparisonBinaryOperator() local 13775 MemberPtr LHSValue, RHSValue; EvaluateComparisonBinaryOperator() local 13935 LValue LHSValue, RHSValue; VisitBinaryOperator() local [all...] |
H A D | ASTContext.cpp | 10916 QualType RHSValue = RHS->castAs<AtomicType>()->getValueType(); mergeTypes() local
|
/llvm-project/clang/unittests/Analysis/FlowSensitive/ |
H A D | TypeErasedDataflowAnalysisTest.cpp | 313 auto *RHSValue = RHSState.Env.get<BoolValue>(*AndOp.getRHS()); TEST_F() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 10122 std::optional<llvm::APSInt> RHSValue = AnalyzeComparison() local
|
H A D | SemaExpr.cpp | 10443 Expr::EvalResult RHSValue; DiagnoseBadDivideOrRemainderValues() local
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 11078 for (auto &RHSValue : RHSValues) handleCmp() local
|