Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstant.h182 void handleOperandChange(Value *, Value *);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DValue.cpp515 C->handleOperandChange(this, New); in doRAUW()
H A DConstants.cpp3327 void Constant::handleOperandChange(Value *From, Value *To) { in handleOperandChange() function in Constant
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1777 C->handleOperandChange(Old, New); in replaceCfiUses()