Searched defs:falseOperands (Results 1 – 3 of 3) sorted by relevance
105 SmallVector<Value, 4> falseOperands; in parse() local
296 OperandRange falseOperands = condbr.getFalseOperands(); in matchAndRewrite() local
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