Home
last modified time | relevance | path

Searched refs:castedOperands (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Conversion/GPUCommon/
H A DOpToFuncCallLowering.h51 SmallVector<Value, 1> castedOperands; in matchAndRewrite() local
53 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()