Searched defs:trueOperands (Results 1 – 3 of 3) sorted by relevance
97 SmallVector<Value, 4> trueOperands; in parse() local
295 OperandRange trueOperands = condbr.getTrueOperands(); in matchAndRewrite() local
435 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