Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWindowsSecureHotPatching.cpp581 Value *NewOperandValue; in runOnFunction() local
588 NewOperandValue = GVLoadMap.at(GV); in runOnFunction()
599 NewOperandValue = in runOnFunction()
601 assert(NewOperandValue != nullptr); in runOnFunction()
613 GVUse.User->setOperand(GVUse.Op, NewOperandValue); in runOnFunction()