Searched refs:handleOperandChangeImpl (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | Constants.h | 61 Value *handleOperandChangeImpl(Value *From, Value *To) { in handleOperandChangeImpl() function 421 Value *handleOperandChangeImpl(Value *From, Value *To); 453 Value *handleOperandChangeImpl(Value *From, Value *To); 507 Value *handleOperandChangeImpl(Value *From, Value *To); 848 Value *handleOperandChangeImpl(Value *From, Value *To); 894 Value *handleOperandChangeImpl(Value *From, Value *To);
|
| H A D | GlobalValue.h | 120 Value *handleOperandChangeImpl(Value *From, Value *To);
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Globals.cpp | 60 Value *GlobalValue::handleOperandChangeImpl(Value *From, Value *To) { in handleOperandChangeImpl() function in GlobalValue
|
| H A D | Constants.cpp | 1471 Value *BlockAddress::handleOperandChangeImpl(Value *From, Value *To) { in handleOperandChangeImpl() function in BlockAddress 2824 Replacement = cast<Name>(this)->handleOperandChangeImpl(From, To); \ in handleOperandChange() 2844 Value *ConstantArray::handleOperandChangeImpl(Value *From, Value *To) { in handleOperandChangeImpl() function in ConstantArray 2885 Value *ConstantStruct::handleOperandChangeImpl(Value *From, Value *To) { in handleOperandChangeImpl() function in ConstantStruct 2921 Value *ConstantVector::handleOperandChangeImpl(Value *From, Value *To) { in handleOperandChangeImpl() function in ConstantVector 2947 Value *ConstantExpr::handleOperandChangeImpl(Value *From, Value *ToV) { in handleOperandChangeImpl() function in ConstantExpr
|