Searched defs:RHSValue (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCExpr.cpp | 917 MCValue LHSValue, RHSValue; in evaluateAsRelocatableImpl() local
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | Transfer.cpp | 62 Value *RHSValue = Env.getValue(RHS); in evaluateBooleanEquality() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 3318 int64_t RHSValue, SDLoc dl) { in get32BitZExtCompare() 3491 int64_t RHSValue, SDLoc dl) { in get32BitSExtCompare() 3663 int64_t RHSValue, SDLoc dl) { in get64BitZExtCompare() 3820 int64_t RHSValue, SDLoc dl) { in get64BitSExtCompare() 4033 int64_t RHSValue = RHSConst ? RHSConst->getSExtValue() : INT64_MAX; in getSETCCInGPR() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 2957 const APInt &RHSValue, APInt &Result) { in handleLogicalOpForVector() 2969 const APFloat &RHSValue, APInt &Result) { in handleLogicalOpForVector() 2982 const APValue &RHSValue, APInt &Result) { in handleLogicalOpForVector() 2995 const APTy &RHSValue, APInt &Result) { in handleCompareOpForVectorHelper() 3029 const APValue &RHSValue, APInt &Result) { in handleCompareOpForVector() 3043 const APValue &RHSValue) { in handleVectorVectorBinOp() 6339 APValue RHSValue; in HandleFunctionCall() local 10897 APValue RHSValue; in VisitBinaryOperator() local 13651 LValue LHSValue, RHSValue; in EvaluateComparisonBinaryOperator() local 13806 MemberPtr LHSValue, RHSValue; in EvaluateComparisonBinaryOperator() local [all …]
|
H A D | ASTContext.cpp | 11193 QualType RHSValue = RHS->castAs<AtomicType>()->getValueType(); in mergeTypes() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 10126 std::optional<llvm::APSInt> RHSValue = in AnalyzeComparison() local
|
H A D | SemaExpr.cpp | 10478 Expr::EvalResult RHSValue; in DiagnoseBadDivideOrRemainderValues() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 11078 for (auto &RHSValue : RHSValues) in handleCmp() local
|