Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DIR.cpp249 state.enableResultTypeInference = false; in mlirOperationStateGet()
282 state->enableResultTypeInference = true; in mlirOperationStateEnableResultTypeInference()
347 if (state->enableResultTypeInference) { in mlirOperationCreate()
/llvm-project-15.0.7/mlir/include/mlir-c/
H A DIR.h324 bool enableResultTypeInference; member