Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DBridge.cpp870 mlir::Value genIfCondition(const A *stmt, bool negate = false) { in genIfCondition() function in __anon1d418ed20211::FirConverter
1370 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()