Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLazyValueInfo.cpp939 Optional<ConstantRange> RHSRes = getRangeFor(I->getOperand(1), I, BB); in solveBlockValueBinaryOpImpl() local
940 if (!LHSRes.hasValue() || !RHSRes.hasValue()) in solveBlockValueBinaryOpImpl()
945 const ConstantRange &RHSRange = RHSRes.getValue(); in solveBlockValueBinaryOpImpl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp5935 ExprResult RHSRes = Self.PerformImplicitConversion( in FindConditionalOverload() local
5938 if (RHSRes.isInvalid()) in FindConditionalOverload()
5940 RHS = RHSRes; in FindConditionalOverload()
H A DSemaExpr.cpp12556 ExprResult RHSRes = PerformContextuallyConvertToBool(RHS.get()); in CheckLogicalOperands() local
12557 if (RHSRes.isInvalid()) in CheckLogicalOperands()
12559 RHS = RHSRes; in CheckLogicalOperands()
H A DSemaOpenMP.cpp17882 ExprResult RHSRes = VerifyPositiveIntegerConstantInClause( in ActOnOpenMPDependClause() local
17884 if (RHSRes.isInvalid()) in ActOnOpenMPDependClause()