Searched refs:handleOperandChangeImpl (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h54 Value *handleOperandChangeImpl(Value *From, Value *To) { function in class:llvm::ConstantData
429 Value *handleOperandChangeImpl(Value *From, Value *To);
461 Value *handleOperandChangeImpl(Value *From, Value *To);
514 Value *handleOperandChangeImpl(Value *From, Value *To);
858 Value *handleOperandChangeImpl(Value *From, Value *To);
904 Value *handleOperandChangeImpl(Value *From, Value *To);
H A DGlobalValue.h123 Value *handleOperandChangeImpl(Value *From, Value *To);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp59 Value *GlobalValue::handleOperandChangeImpl(Value *From, Value *To) { function in class:GlobalValue
H A DConstants.cpp1721 Value *BlockAddress::handleOperandChangeImpl(Value *From, Value *To) { function in class:BlockAddress
3101 Replacement = cast<Name>(this)->handleOperandChangeImpl(From, To); \
3106 // If handleOperandChangeImpl returned nullptr, then it handled
3121 Value *ConstantArray::handleOperandChangeImpl(Value *From, Value *To) { function in class:ConstantArray
3162 Value *ConstantStruct::handleOperandChangeImpl(Value *From, Value *To) { function in class:ConstantStruct
3198 Value *ConstantVector::handleOperandChangeImpl(Value *From, Value *To) { function in class:ConstantVector
3224 Value *ConstantExpr::handleOperandChangeImpl(Value *From, Value *ToV) { function in class:ConstantExpr

Completed in 80 milliseconds