Searched refs:handleOperandChangeImpl (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Constants.h | 56 Value *handleOperandChangeImpl(Value *From, Value *To) { in handleOperandChangeImpl() function 431 Value *handleOperandChangeImpl(Value *From, Value *To); 463 Value *handleOperandChangeImpl(Value *From, Value *To); 515 Value *handleOperandChangeImpl(Value *From, Value *To); 898 Value *handleOperandChangeImpl(Value *From, Value *To); 944 Value *handleOperandChangeImpl(Value *From, Value *To); 981 Value *handleOperandChangeImpl(Value *From, Value *To); 1022 Value *handleOperandChangeImpl(Value *From, Value *To); 1089 Value *handleOperandChangeImpl(Value *From, Value *To);
|
H A D | GlobalValue.h | 132 Value *handleOperandChangeImpl(Value *From, Value *To);
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Constants.cpp | 1908 Value *BlockAddress::handleOperandChangeImpl(Value *From, Value *To) { in handleOperandChangeImpl() function in BlockAddress 1965 Value *DSOLocalEquivalent::handleOperandChangeImpl(Value *From, Value *To) { in handleOperandChangeImpl() function in DSOLocalEquivalent 2023 Value *NoCFIValue::handleOperandChangeImpl(Value *From, Value *To) { in handleOperandChangeImpl() function in NoCFIValue 2076 Value *ConstantPtrAuth::handleOperandChangeImpl(Value *From, Value *ToV) { in handleOperandChangeImpl() function in ConstantPtrAuth 3218 Replacement = cast<Name>(this)->handleOperandChangeImpl(From, To); \ in handleOperandChange() 3238 Value *ConstantArray::handleOperandChangeImpl(Value *From, Value *To) { in handleOperandChangeImpl() function in ConstantArray 3279 Value *ConstantStruct::handleOperandChangeImpl(Value *From, Value *To) { in handleOperandChangeImpl() function in ConstantStruct 3315 Value *ConstantVector::handleOperandChangeImpl(Value *From, Value *To) { in handleOperandChangeImpl() function in ConstantVector 3341 Value *ConstantExpr::handleOperandChangeImpl(Value *From, Value *ToV) { in handleOperandChangeImpl() function in ConstantExpr
|
H A D | Globals.cpp | 56 Value *GlobalValue::handleOperandChangeImpl(Value *From, Value *To) { in handleOperandChangeImpl() function in GlobalValue
|