Searched refs:handleOperandChangeImpl (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Constants.h | 54 Value *handleOperandChangeImpl(Value *From, Value *To) { in handleOperandChangeImpl() function 416 Value *handleOperandChangeImpl(Value *From, Value *To); 448 Value *handleOperandChangeImpl(Value *From, Value *To); 500 Value *handleOperandChangeImpl(Value *From, Value *To); 856 Value *handleOperandChangeImpl(Value *From, Value *To); 902 Value *handleOperandChangeImpl(Value *From, Value *To); 941 Value *handleOperandChangeImpl(Value *From, Value *To);
|
| H A D | GlobalValue.h | 123 Value *handleOperandChangeImpl(Value *From, Value *To);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Globals.cpp | 59 Value *GlobalValue::handleOperandChangeImpl(Value *From, Value *To) { in handleOperandChangeImpl() function in GlobalValue
|
| H A D | Constants.cpp | 1861 Value *BlockAddress::handleOperandChangeImpl(Value *From, Value *To) { in handleOperandChangeImpl() function in BlockAddress 1918 Value *DSOLocalEquivalent::handleOperandChangeImpl(Value *From, Value *To) { in handleOperandChangeImpl() function in DSOLocalEquivalent 3336 Replacement = cast<Name>(this)->handleOperandChangeImpl(From, To); \ in handleOperandChange() 3356 Value *ConstantArray::handleOperandChangeImpl(Value *From, Value *To) { in handleOperandChangeImpl() function in ConstantArray 3397 Value *ConstantStruct::handleOperandChangeImpl(Value *From, Value *To) { in handleOperandChangeImpl() function in ConstantStruct 3433 Value *ConstantVector::handleOperandChangeImpl(Value *From, Value *To) { in handleOperandChangeImpl() function in ConstantVector 3459 Value *ConstantExpr::handleOperandChangeImpl(Value *From, Value *ToV) { in handleOperandChangeImpl() function in ConstantExpr
|