Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/GPU/Transforms/
H A DAllReduceLowering.cpp293 auto thenOperands = thenOpsFactory(); in createIf() local
294 create<cf::BranchOp>(continueBlock, thenOperands); in createIf()
300 assert(thenOperands.size() == elseOperands.size()); in createIf()
302 for (auto operand : thenOperands) in createIf()