Searched defs:falseDest (Results 1 – 3 of 3) sorted by relevance
/llvm-project/mlir/include/mlir/Transforms/ |
H A D | CFGToSCF.h | 128 ValueRange trueArgs, Block *falseDest, in createConditionalBranch()
|
/llvm-project/mlir/lib/Dialect/ControlFlow/IR/ |
H A D | ControlFlowOps.cpp | 254 Block *trueDest = condbr.getTrueDest(), *falseDest = condbr.getFalseDest(); in matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
H A D | LLVMDialect.cpp | 436 build(OpBuilder & builder,OperationState & result,Value condition,Block * trueDest,ValueRange trueOperands,Block * falseDest,ValueRange falseOperands,std::optional<std::pair<uint32_t,uint32_t>> weights) build() argument
|