Home | History | Annotate | Download | only in IR

Lines Matching defs:handleOperandChangeImpl

1469 Value *BlockAddress::handleOperandChangeImpl(Value *From, Value *To, Use *U) {
2792 Replacement = cast<Name>(this)->handleOperandChangeImpl(From, To, U); \
2797 // If handleOperandChangeImpl returned nullptr, then it handled
2812 Value *ConstantInt::handleOperandChangeImpl(Value *From, Value *To, Use *U) {
2816 Value *ConstantFP::handleOperandChangeImpl(Value *From, Value *To, Use *U) {
2820 Value *ConstantTokenNone::handleOperandChangeImpl(Value *From, Value *To,
2825 Value *UndefValue::handleOperandChangeImpl(Value *From, Value *To, Use *U) {
2829 Value *ConstantPointerNull::handleOperandChangeImpl(Value *From, Value *To,
2834 Value *ConstantAggregateZero::handleOperandChangeImpl(Value *From, Value *To,
2839 Value *ConstantDataSequential::handleOperandChangeImpl(Value *From, Value *To,
2844 Value *ConstantArray::handleOperandChangeImpl(Value *From, Value *To, Use *U) {
2883 Value *ConstantStruct::handleOperandChangeImpl(Value *From, Value *To, Use *U) {
2929 Value *ConstantVector::handleOperandChangeImpl(Value *From, Value *To, Use *U) {
2954 Value *ConstantExpr::handleOperandChangeImpl(Value *From, Value *ToV, Use *U) {