Searched refs:LHSRes (Results 1 – 6 of 6) sorted by relevance
967 Optional<ConstantRange> LHSRes = getRangeFor(CI->getOperand(0), CI, BB); in solveBlockValueCast() local968 if (!LHSRes.hasValue()) in solveBlockValueCast()971 const ConstantRange &LHSRange = LHSRes.getValue(); in solveBlockValueCast()990 Optional<ConstantRange> LHSRes = getRangeFor(I->getOperand(0), I, BB); in solveBlockValueBinaryOpImpl() local992 if (!LHSRes.hasValue() || !RHSRes.hasValue()) in solveBlockValueBinaryOpImpl()996 const ConstantRange &LHSRange = LHSRes.getValue(); in solveBlockValueBinaryOpImpl()
1049 Optional<ConstantRange> LHSRes = getRangeForOperand(0, CI, BB); in solveBlockValueCast() local1050 if (!LHSRes.hasValue()) in solveBlockValueCast()1053 ConstantRange LHSRange = LHSRes.getValue(); in solveBlockValueCast()1073 Optional<ConstantRange> LHSRes = getRangeForOperand(0, I, BB); in solveBlockValueBinaryOpImpl() local1075 if (!LHSRes.hasValue() || !RHSRes.hasValue()) in solveBlockValueBinaryOpImpl()1079 ConstantRange LHSRange = LHSRes.getValue(); in solveBlockValueBinaryOpImpl()
5038 ExprResult LHSRes = in FindConditionalOverload() local5041 if (LHSRes.isInvalid()) in FindConditionalOverload()5043 LHS = LHSRes; in FindConditionalOverload()
9625 ExprResult LHSRes = PerformContextuallyConvertToBool(LHS.get()); in CheckLogicalOperands() local9626 if (LHSRes.isInvalid()) in CheckLogicalOperands()9628 LHS = LHSRes; in CheckLogicalOperands()
5856 ExprResult LHSRes = Self.PerformImplicitConversion( in FindConditionalOverload() local5859 if (LHSRes.isInvalid()) in FindConditionalOverload()5861 LHS = LHSRes; in FindConditionalOverload()
12433 ExprResult LHSRes = PerformContextuallyConvertToBool(LHS.get()); in CheckLogicalOperands() local12434 if (LHSRes.isInvalid()) in CheckLogicalOperands()12436 LHS = LHSRes; in CheckLogicalOperands()