Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprScalar.cpp101 mlir::Value maybePromoteBoolResult(mlir::Value value, in maybePromoteBoolResult() function in __anon1373b7f80111::ScalarExprEmitter
1019 return maybePromoteBoolResult(resOp.getResult(), resTy); in VisitBinLAnd()
1052 return maybePromoteBoolResult(resOp.getResult(), resTy); in VisitBinLOr()
1909 return maybePromoteBoolResult(boolVal, cgf.convertType(e->getType())); in VisitUnaryLNot()