Searched refs:oldVal (Results 1 – 3 of 3) sorted by relevance
121 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() argument187 if (it == oldVal) in tryMap()189 map(oldVal, newVal); in tryMap()
2422 bool oldVal; in LookupQualifiedName() member2426 oldVal = ctx->setUseQualifiedLookup(); in LookupQualifiedName()2429 Context->setUseQualifiedLookup(oldVal); in LookupQualifiedName()
483 mlir::Value oldVal = fir::getBase(hexv); in createHostAssociateVarClone() local487 if (oper.getOperand(ii) == oldVal) { in createHostAssociateVarClone()