Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DControlFlowOps.cpp105 SmallVector<Value, 4> falseOperands; in parse() local
/llvm-project/mlir/lib/Dialect/ControlFlow/IR/
H A DControlFlowOps.cpp296 OperandRange falseOperands = condbr.getFalseOperands(); 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