Searched refs:condV (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenStmt.cpp | 877 mlir::Value condV = emitScalarExpr(s.getCond()); in emitSwitchStmt() local 887 getLoc(s.getBeginLoc()), condV, in emitSwitchStmt() 892 condTypeStack.push_back(condV.getType()); in emitSwitchStmt()
|
| H A D | CIRGenExpr.cpp | 1444 mlir::Value condV = emitOpOnBoolExpr(loc, cond); in emitIfOnBoolExpr() local 1445 return builder.create<cir::IfOp>(loc, condV, elseLoc.has_value(), in emitIfOnBoolExpr() 1466 mlir::Value condV = emitOpOnBoolExpr(loc, condOp->getCond()); in emitOpOnBoolExpr() local 1471 loc, condV, /*thenBuilder=*/ in emitOpOnBoolExpr()
|
| H A D | CIRGenExprScalar.cpp | 2071 mlir::Value condV = cgf.evaluateExprAsBool(condExpr); in VisitAbstractConditionalOperator() local 2086 return builder.createSelect(loc, condV, lhs, rhs); in VisitAbstractConditionalOperator() 2089 mlir::Value condV = cgf.emitOpOnBoolExpr(loc, condExpr); in VisitAbstractConditionalOperator() local 2115 loc, condV, in VisitAbstractConditionalOperator()
|