/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | SimpleSValBuilder.cpp | 529 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 D | MCExpr.cpp | 944 MCValue LHSValue, RHSValue; evaluateAsRelocatableImpl() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | Transfer.cpp | 56 Value *RHSValue = Env.getValue(RHS); evaluateBooleanEquality() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 3331 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 D | ExprConstant.cpp | 2929 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 D | ASTContext.cpp | 10718 QualType RHSValue = RHS->castAs<AtomicType>()->getValueType(); mergeTypes() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 14899 std::optional<llvm::APSInt> RHSValue = AnalyzeComparison() local
|
H A D | SemaExpr.cpp | 11476 Expr::EvalResult RHSValue; DiagnoseBadDivideOrRemainderValues() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 11087 for (auto &RHSValue : RHSValues) handleCmp() local
|