Home
last modified time | relevance | path

Searched refs:RHSRes (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLazyValueInfo.cpp944 Optional<ConstantRange> RHSRes = getRangeFor(I->getOperand(1), I, BB); in solveBlockValueBinaryOpImpl() local
945 if (!LHSRes || !RHSRes) in solveBlockValueBinaryOpImpl()
950 const ConstantRange &RHSRange = RHSRes.value(); in solveBlockValueBinaryOpImpl()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp6084 ExprResult RHSRes = Self.PerformImplicitConversion( in FindConditionalOverload() local
6087 if (RHSRes.isInvalid()) in FindConditionalOverload()
6089 RHS = RHSRes; in FindConditionalOverload()
H A DSemaExpr.cpp13380 ExprResult RHSRes = PerformContextuallyConvertToBool(RHS.get()); in CheckLogicalOperands() local
13381 if (RHSRes.isInvalid()) in CheckLogicalOperands()
13383 RHS = RHSRes; in CheckLogicalOperands()
H A DSemaOpenMP.cpp20340 ExprResult RHSRes = VerifyPositiveIntegerConstantInClause( in ActOnOpenMPDependClause() local
20342 if (RHSRes.isInvalid()) in ActOnOpenMPDependClause()