Home
last modified time | relevance | path

Searched defs:condV (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenStmt.cpp877 mlir::Value condV = emitScalarExpr(s.getCond()); in emitSwitchStmt() local
H A DCIRGenExprScalar.cpp2071 mlir::Value condV = cgf.evaluateExprAsBool(condExpr); in VisitAbstractConditionalOperator() local
2089 mlir::Value condV = cgf.emitOpOnBoolExpr(loc, condExpr); in VisitAbstractConditionalOperator() local
H A DCIRGenExpr.cpp1444 mlir::Value condV = emitOpOnBoolExpr(loc, cond); in emitIfOnBoolExpr() local
1466 mlir::Value condV = emitOpOnBoolExpr(loc, condOp->getCond()); in emitOpOnBoolExpr() local