Home
last modified time | relevance | path

Searched defs:falseDest (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/include/mlir/Transforms/
H A DCFGToSCF.h128 ValueRange trueArgs, Block *falseDest, in createConditionalBranch()
/llvm-project/mlir/lib/Dialect/ControlFlow/IR/
H A DControlFlowOps.cpp254 Block *trueDest = condbr.getTrueDest(), *falseDest = condbr.getFalseDest(); in matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp436 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