Home
last modified time | relevance | path

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

/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp529 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 DMCExpr.cpp917 MCValue LHSValue, RHSValue; evaluateAsRelocatableImpl() local
[all...]
/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp62 Value *RHSValue = Env.getValue(RHS); evaluateBooleanEquality() local
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp3318 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 DExprConstant.cpp2942 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 DASTContext.cpp10916 QualType RHSValue = RHS->castAs<AtomicType>()->getValueType(); mergeTypes() local
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysisTest.cpp313 auto *RHSValue = RHSState.Env.get<BoolValue>(*AndOp.getRHS()); TEST_F() local
/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp10122 std::optional<llvm::APSInt> RHSValue = AnalyzeComparison() local
H A DSemaExpr.cpp10443 Expr::EvalResult RHSValue; DiagnoseBadDivideOrRemainderValues() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp11078 for (auto &RHSValue : RHSValues) handleCmp() local