Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprScalar.cpp1002 mlir::Value lhsCondV = cgf.evaluateExprAsBool(e->getLHS()); in VisitBinLAnd() local
1004 loc, lhsCondV, /*trueBuilder=*/ in VisitBinLAnd()
1034 mlir::Value lhsCondV = cgf.evaluateExprAsBool(e->getLHS()); in VisitBinLOr() local
1036 loc, lhsCondV, /*trueBuilder=*/ in VisitBinLOr()