Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLazyValueInfo.cpp915 Optional<ConstantRange> LHSRes = getRangeFor(CI->getOperand(0), CI, BB); in solveBlockValueCast() local
916 if (!LHSRes.hasValue()) in solveBlockValueCast()
919 const ConstantRange &LHSRange = LHSRes.getValue(); in solveBlockValueCast()
938 Optional<ConstantRange> LHSRes = getRangeFor(I->getOperand(0), I, BB); in solveBlockValueBinaryOpImpl() local
940 if (!LHSRes.hasValue() || !RHSRes.hasValue()) in solveBlockValueBinaryOpImpl()
944 const ConstantRange &LHSRange = LHSRes.getValue(); in solveBlockValueBinaryOpImpl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp5928 ExprResult LHSRes = Self.PerformImplicitConversion( in FindConditionalOverload() local
5931 if (LHSRes.isInvalid()) in FindConditionalOverload()
5933 LHS = LHSRes; in FindConditionalOverload()
H A DSemaExpr.cpp12551 ExprResult LHSRes = PerformContextuallyConvertToBool(LHS.get()); in CheckLogicalOperands() local
12552 if (LHSRes.isInvalid()) in CheckLogicalOperands()
12554 LHS = LHSRes; in CheckLogicalOperands()