Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DConstants.h56 Value *handleOperandChangeImpl(Value *From, Value *To, Use *U);
242 Value *handleOperandChangeImpl(Value *From, Value *To, Use *U);
313 Value *handleOperandChangeImpl(Value *From, Value *To, Use *U);
362 Value *handleOperandChangeImpl(Value *From, Value *To, Use *U);
406 Value *handleOperandChangeImpl(Value *From, Value *To, Use *U);
467 Value *handleOperandChangeImpl(Value *From, Value *To, Use *U);
519 Value *handleOperandChangeImpl(Value *From, Value *To, Use *U);
573 Value *handleOperandChangeImpl(Value *From, Value *To, Use *U);
807 Value *handleOperandChangeImpl(Value *From, Value *To, Use *U);
834 Value *handleOperandChangeImpl(Value *From, Value *To, Use *U);
[all …]
DGlobalValue.h96 Value *handleOperandChangeImpl(Value *From, Value *To, Use *U);
/external/llvm/lib/IR/
DConstants.cpp1469 Value *BlockAddress::handleOperandChangeImpl(Value *From, Value *To, Use *U) { in handleOperandChangeImpl() function in BlockAddress
2792 Replacement = cast<Name>(this)->handleOperandChangeImpl(From, To, U); \ in handleOperandChange()
2812 Value *ConstantInt::handleOperandChangeImpl(Value *From, Value *To, Use *U) { in handleOperandChangeImpl() function in ConstantInt
2816 Value *ConstantFP::handleOperandChangeImpl(Value *From, Value *To, Use *U) { in handleOperandChangeImpl() function in ConstantFP
2820 Value *ConstantTokenNone::handleOperandChangeImpl(Value *From, Value *To, in handleOperandChangeImpl() function in ConstantTokenNone
2825 Value *UndefValue::handleOperandChangeImpl(Value *From, Value *To, Use *U) { in handleOperandChangeImpl() function in UndefValue
2829 Value *ConstantPointerNull::handleOperandChangeImpl(Value *From, Value *To, in handleOperandChangeImpl() function in ConstantPointerNull
2834 Value *ConstantAggregateZero::handleOperandChangeImpl(Value *From, Value *To, in handleOperandChangeImpl() function in ConstantAggregateZero
2839 Value *ConstantDataSequential::handleOperandChangeImpl(Value *From, Value *To, in handleOperandChangeImpl() function in ConstantDataSequential
2844 Value *ConstantArray::handleOperandChangeImpl(Value *From, Value *To, Use *U) { in handleOperandChangeImpl() function in ConstantArray
[all …]
DGlobals.cpp45 Value *GlobalValue::handleOperandChangeImpl(Value *From, Value *To, Use *U) { in handleOperandChangeImpl() function in GlobalValue