Searched refs:LHSRes (Results 1 – 3 of 3) sorted by relevance
920 Optional<ConstantRange> LHSRes = getRangeFor(CI->getOperand(0), CI, BB); in solveBlockValueCast() local921 if (!LHSRes) in solveBlockValueCast()924 const ConstantRange &LHSRange = LHSRes.value(); in solveBlockValueCast()943 Optional<ConstantRange> LHSRes = getRangeFor(I->getOperand(0), I, BB); in solveBlockValueBinaryOpImpl() local945 if (!LHSRes || !RHSRes) in solveBlockValueBinaryOpImpl()949 const ConstantRange &LHSRange = LHSRes.value(); in solveBlockValueBinaryOpImpl()
6077 ExprResult LHSRes = Self.PerformImplicitConversion( in FindConditionalOverload() local6080 if (LHSRes.isInvalid()) in FindConditionalOverload()6082 LHS = LHSRes; in FindConditionalOverload()
13375 ExprResult LHSRes = PerformContextuallyConvertToBool(LHS.get()); in CheckLogicalOperands() local13376 if (LHSRes.isInvalid()) in CheckLogicalOperands()13378 LHS = LHSRes; in CheckLogicalOperands()