Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/ControlFlow/IR/
H A DControlFlowOps.td147 Variadic<AnyType>:$trueDestOperands,
219 $trueDest (`(` $trueDestOperands^ `:` type($trueDestOperands) `)`)? `,`
/llvm-project-15.0.7/mlir/lib/Dialect/ControlFlow/IR/
H A DControlFlowOps.cpp243 ValueRange trueDestOperands = condbr.getTrueOperands(); in matchAndRewrite() local
249 collapseBranch(trueDest, trueDestOperands, trueDestOperandStorage); in matchAndRewrite()
257 trueDest, trueDestOperands, in matchAndRewrite()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/
H A DLLVMOps.td780 Variadic<LLVM_Type>:$trueDestOperands,
786 $trueDest (`(` $trueDestOperands^ `:` type($trueDestOperands) `)`)? `,`