Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/SCFToSPIRV/
H A DSCFToSPIRV.cpp360 Value conditionVal = rewriter.getRemappedValue(cond.getCondition()); in matchAndRewrite() local
361 if (!conditionVal) in matchAndRewrite()
415 cond, conditionVal, &afterBlock, condArgs, &mergeBlock, llvm::None); in matchAndRewrite()