Searched refs:castedOperands (Results 1 – 1 of 1) sorted by relevance
51 SmallVector<Value, 1> castedOperands; in matchAndRewrite() local53 castedOperands.push_back(maybeCast(operand, rewriter)); in matchAndRewrite()55 Type resultType = castedOperands.front().getType(); in matchAndRewrite()56 Type funcType = getFunctionType(resultType, castedOperands); in matchAndRewrite()64 op->getLoc(), resultType, SymbolRefAttr::get(funcOp), castedOperands); in matchAndRewrite()