Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstant.h188 LLVM_ABI void handleOperandChange(Value *, Value *);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp534 C->handleOperandChange(this, New); in doRAUW()
581 Consts.pop_back_val()->handleOperandChange(this, New); in replaceUsesWithIf()
H A DConstants.cpp3242 void Constant::handleOperandChange(Value *From, Value *To) { in handleOperandChange() function in Constant
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1986 C->handleOperandChange(Old, New); in replaceCfiUses()