Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp529 llvm::APSInt RHSValue = *KnownRHSValue; in evalBinOpNN() local
661 if (const llvm::APSInt *RHSValue = getConstValue(state, rhs)) { in evalBinOpNN() local
708 if (const llvm::APSInt *RHSValue = getConstValue(state, rhs)) in evalBinOpNN() local
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCExpr.cpp944 MCValue LHSValue, RHSValue; evaluateAsRelocatableImpl() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp56 Value *RHSValue = Env.getValue(RHS); evaluateBooleanEquality() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp3331 get32BitZExtCompare(SDValue LHS,SDValue RHS,ISD::CondCode CC,int64_t RHSValue,SDLoc dl) get32BitZExtCompare() argument
3504 get32BitSExtCompare(SDValue LHS,SDValue RHS,ISD::CondCode CC,int64_t RHSValue,SDLoc dl) get32BitSExtCompare() argument
3676 get64BitZExtCompare(SDValue LHS,SDValue RHS,ISD::CondCode CC,int64_t RHSValue,SDLoc dl) get64BitZExtCompare() argument
3833 get64BitSExtCompare(SDValue LHS,SDValue RHS,ISD::CondCode CC,int64_t RHSValue,SDLoc dl) get64BitSExtCompare() argument
4046 int64_t RHSValue = RHSConst ? RHSConst->getSExtValue() : INT64_MAX; getSETCCInGPR() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp2929 handleLogicalOpForVector(const APInt & LHSValue,BinaryOperatorKind Opcode,const APInt & RHSValue,APInt & Result) handleLogicalOpForVector() argument
2941 handleLogicalOpForVector(const APFloat & LHSValue,BinaryOperatorKind Opcode,const APFloat & RHSValue,APInt & Result) handleLogicalOpForVector() argument
2954 handleLogicalOpForVector(const APValue & LHSValue,BinaryOperatorKind Opcode,const APValue & RHSValue,APInt & Result) handleLogicalOpForVector() argument
2967 handleCompareOpForVectorHelper(const APTy & LHSValue,BinaryOperatorKind Opcode,const APTy & RHSValue,APInt & Result) handleCompareOpForVectorHelper() argument
3001 handleCompareOpForVector(const APValue & LHSValue,BinaryOperatorKind Opcode,const APValue & RHSValue,APInt & Result) handleCompareOpForVector() argument
3015 handleVectorVectorBinOp(EvalInfo & Info,const BinaryOperator * E,BinaryOperatorKind Opcode,APValue & LHSValue,const APValue & RHSValue) handleVectorVectorBinOp() argument
6278 APValue RHSValue; HandleFunctionCall() local
10804 APValue RHSValue; VisitBinaryOperator() local
13284 LValue LHSValue, RHSValue; EvaluateComparisonBinaryOperator() local
13439 MemberPtr LHSValue, RHSValue; EvaluateComparisonBinaryOperator() local
13599 LValue LHSValue, RHSValue; VisitBinaryOperator() local
[all...]
H A DASTContext.cpp10718 QualType RHSValue = RHS->castAs<AtomicType>()->getValueType(); mergeTypes() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp14899 std::optional<llvm::APSInt> RHSValue = AnalyzeComparison() local
H A DSemaExpr.cpp11476 Expr::EvalResult RHSValue; DiagnoseBadDivideOrRemainderValues() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp11087 for (auto &RHSValue : RHSValues) handleCmp() local