Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Transforms/Utils/
H A DInliningUtils.cpp377 Type regionArgType = regionArg.getType(); in inlineCall() local
378 if (operand.getType() != regionArgType) { in inlineCall()
380 operand, regionArgType, castLoc))) in inlineCall()