Searched refs:OldIt (Results 1 – 2 of 2) sorted by relevance
138 auto OldIt = find(Locations, OldValue); in replaceVariableLocationOp() local139 if (OldIt == Locations.end()) { in replaceVariableLocationOp()147 assert(OldIt != Locations.end() && "OldValue must be a current location"); in replaceVariableLocationOp()158 MDs.push_back(VMD == *OldIt ? NewOperand : getAsMetadata(VMD)); in replaceVariableLocationOp()
296 auto OldIt = find(Locations, OldValue); in replaceVariableLocationOp() local297 if (OldIt == Locations.end()) { in replaceVariableLocationOp()316 MDs.push_back(VMD == *OldIt ? NewOperand : getAsMetadata(VMD)); in replaceVariableLocationOp()