Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/Utils/
DInliningUtils.cpp342 Type regionArgType = regionArg.getType(); in inlineCall() local
343 if (operand.getType() != regionArgType) { in inlineCall()
345 operand, regionArgType, castLoc))) in inlineCall()