Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Dialect/LLVMIR/
DLLVMOps.td530 Variadic<LLVM_Type>:$falseDestOperands,
536 $falseDest (`(` $falseDestOperands^ `:` type($falseDestOperands) `)`)?
/external/llvm-project/mlir/lib/Dialect/StandardOps/IR/
DOps.cpp963 ValueRange falseDestOperands = condbr.getFalseOperands(); in matchAndRewrite() local
970 collapseBranch(falseDest, falseDestOperands, falseDestOperandStorage); in matchAndRewrite()
977 falseDest, falseDestOperands); in matchAndRewrite()
1071 condbr.falseDestOperands()); in matchAndRewrite()
/external/llvm-project/mlir/lib/Target/LLVMIR/
DModuleTranslation.cpp338 : condBranchOp.falseDestOperands()[index]; in getPHISourceValue()
/external/llvm-project/mlir/include/mlir/Dialect/StandardOps/IR/
DOps.td1249 Variadic<AnyType>:$falseDestOperands);
1315 operand_range getFalseOperands() { return falseDestOperands(); }
1338 $falseDest (`(` $falseDestOperands^ `:` type($falseDestOperands) `)`)?