Searched refs:genIfCondition (Results 1 – 1 of 1) sorted by relevance
870 mlir::Value genIfCondition(const A *stmt, bool negate = false) { in genIfCondition() function in __anon1d418ed20211::FirConverter1370 topIfOp = currentIfOp = genIfOp(genIfCondition(s, e.negateCondition)); in genFIR()1372 topIfOp = currentIfOp = genIfOp(genIfCondition(s, e.negateCondition)); in genFIR()1376 currentIfOp = genIfOp(genIfCondition(s)); in genFIR()1400 genIfBranch(genIfCondition(s, e.negateCondition)); in genFIR()1403 genIfBranch(genIfCondition(s, e.negateCondition)); in genFIR()1406 genIfBranch(genIfCondition(s)); in genFIR()