Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Transforms/Utils/
H A DDialectConversion.cpp121 void map(Value oldVal, Value newVal) { in map()
124 assert(it != oldVal && "inserting cyclic mapping"); in map()
126 mapping.map(oldVal, newVal); in map()
132 bool tryMap(Value oldVal, Value newVal);
185 bool ConversionValueMapping::tryMap(Value oldVal, Value newVal) { in tryMap() argument
187 if (it == oldVal) in tryMap()
189 map(oldVal, newVal); in tryMap()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLookup.cpp2422 bool oldVal; in LookupQualifiedName() member
2426 oldVal = ctx->setUseQualifiedLookup(); in LookupQualifiedName()
2429 Context->setUseQualifiedLookup(oldVal); in LookupQualifiedName()
/llvm-project-15.0.7/flang/lib/Lower/
H A DBridge.cpp483 mlir::Value oldVal = fir::getBase(hexv); in createHostAssociateVarClone() local
487 if (oper.getOperand(ii) == oldVal) { in createHostAssociateVarClone()