Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DConstant.h182 void handleOperandChange(Value *, Value *);
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DValue.cpp520 C->handleOperandChange(this, New); in doRAUW()
567 Consts.pop_back_val()->handleOperandChange(this, New); in replaceUsesWithIf()
H A DConstants.cpp3267 void Constant::handleOperandChange(Value *From, Value *To) { in handleOperandChange() function in Constant
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1796 C->handleOperandChange(Old, New); in replaceCfiUses()