Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-reduce/deltas/
H A DReduceOperandsToArgs.cpp146 ValueToValueMapTy OldValMap; in substituteOperandWithArgument() local
152 OldValMap[OldVal] = &NewArg; in substituteOperandWithArgument()
161 Value *NewArg = OldValMap.lookup(Op->get()); in substituteOperandWithArgument()