Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/AsmParser/
H A DAsmParserState.h171 void refineDefinition(Value oldValue, Value newValue);
/llvm-project-15.0.7/mlir/lib/AsmParser/
H A DAsmParserState.cpp338 void AsmParserState::refineDefinition(Value oldValue, Value newValue) { in refineDefinition() function in AsmParserState
H A DParser.cpp877 state.asmState->refineDefinition(existing, value); in addDefinition()