Home
last modified time | relevance | path

Searched refs:LHSRes (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLazyValueInfo.cpp920 Optional<ConstantRange> LHSRes = getRangeFor(CI->getOperand(0), CI, BB); in solveBlockValueCast() local
921 if (!LHSRes) in solveBlockValueCast()
924 const ConstantRange &LHSRange = LHSRes.value(); in solveBlockValueCast()
943 Optional<ConstantRange> LHSRes = getRangeFor(I->getOperand(0), I, BB); in solveBlockValueBinaryOpImpl() local
945 if (!LHSRes || !RHSRes) in solveBlockValueBinaryOpImpl()
949 const ConstantRange &LHSRange = LHSRes.value(); in solveBlockValueBinaryOpImpl()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp6077 ExprResult LHSRes = Self.PerformImplicitConversion( in FindConditionalOverload() local
6080 if (LHSRes.isInvalid()) in FindConditionalOverload()
6082 LHS = LHSRes; in FindConditionalOverload()
H A DSemaExpr.cpp13375 ExprResult LHSRes = PerformContextuallyConvertToBool(LHS.get()); in CheckLogicalOperands() local
13376 if (LHSRes.isInvalid()) in CheckLogicalOperands()
13378 LHS = LHSRes; in CheckLogicalOperands()