Searched refs:handleOperandChangeImpl (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Constants.h | 54 Value *handleOperandChangeImpl(Value *From, Value *To) { in handleOperandChangeImpl() function 415 Value *handleOperandChangeImpl(Value *From, Value *To); 447 Value *handleOperandChangeImpl(Value *From, Value *To); 499 Value *handleOperandChangeImpl(Value *From, Value *To); 882 Value *handleOperandChangeImpl(Value *From, Value *To); 928 Value *handleOperandChangeImpl(Value *From, Value *To); 965 Value *handleOperandChangeImpl(Value *From, Value *To); 1007 Value *handleOperandChangeImpl(Value *From, Value *To);
|
| H A D | GlobalValue.h | 132 Value *handleOperandChangeImpl(Value *From, Value *To);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Constants.cpp | 1799 Value *BlockAddress::handleOperandChangeImpl(Value *From, Value *To) { in handleOperandChangeImpl() function in BlockAddress 1856 Value *DSOLocalEquivalent::handleOperandChangeImpl(Value *From, Value *To) { in handleOperandChangeImpl() function in DSOLocalEquivalent 1914 Value *NoCFIValue::handleOperandChangeImpl(Value *From, Value *To) { in handleOperandChangeImpl() function in NoCFIValue 3073 Replacement = cast<Name>(this)->handleOperandChangeImpl(From, To); \ in handleOperandChange() 3093 Value *ConstantArray::handleOperandChangeImpl(Value *From, Value *To) { in handleOperandChangeImpl() function in ConstantArray 3134 Value *ConstantStruct::handleOperandChangeImpl(Value *From, Value *To) { in handleOperandChangeImpl() function in ConstantStruct 3170 Value *ConstantVector::handleOperandChangeImpl(Value *From, Value *To) { in handleOperandChangeImpl() function in ConstantVector 3196 Value *ConstantExpr::handleOperandChangeImpl(Value *From, Value *ToV) { in handleOperandChangeImpl() function in ConstantExpr
|
| H A D | Globals.cpp | 55 Value *GlobalValue::handleOperandChangeImpl(Value *From, Value *To) { in handleOperandChangeImpl() function in GlobalValue
|