Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp138 auto OldIt = find(Locations, OldValue); in replaceVariableLocationOp() local
139 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()
H A DDebugProgramInstruction.cpp296 auto OldIt = find(Locations, OldValue); in replaceVariableLocationOp() local
297 if (OldIt == Locations.end()) { in replaceVariableLocationOp()
316 MDs.push_back(VMD == *OldIt ? NewOperand : getAsMetadata(VMD)); in replaceVariableLocationOp()