Home
last modified time | relevance | path

Searched refs:OutLHS (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2853 llvm::raw_svector_ostream OutLHS(LhsString), OutRHS(RhsString); in VisitTrueTest() local
2854 const bool isVarLHS = patternMatch(BExpr->getLHS(), BExpr, OutLHS, BRC, R, in VisitTrueTest()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp9034 [](Value *V, Value *&OutLHS, Instruction::BinaryOps &OutOpCode) { in computeShiftCompareExitLimit() argument
9039 if (match(V, m_LShr(m_Value(OutLHS), m_ConstantInt(ShiftAmt)))) in computeShiftCompareExitLimit()
9041 else if (match(V, m_AShr(m_Value(OutLHS), m_ConstantInt(ShiftAmt)))) in computeShiftCompareExitLimit()
9043 else if (match(V, m_Shl(m_Value(OutLHS), m_ConstantInt(ShiftAmt)))) in computeShiftCompareExitLimit()