Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/IR/
HDConstants.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);
809 Value *handleOperandChangeImpl(Value *From, Value *To, Use *U);
857 Value *handleOperandChangeImpl(Value *From, Value *To, Use *U);
[all …]
HDGlobalValue.h95 Value *handleOperandChangeImpl(Value *From, Value *To, Use *U);
/NextBSD/contrib/llvm/lib/IR/
HDConstants.cpp1534 Value *BlockAddress::handleOperandChangeImpl(Value *From, Value *To, Use *U) { in handleOperandChangeImpl() function in BlockAddress
2847 Replacement = cast<Name>(this)->handleOperandChangeImpl(From, To, U); \ in handleOperandChange()
2867 Value *ConstantInt::handleOperandChangeImpl(Value *From, Value *To, Use *U) { in handleOperandChangeImpl() function in ConstantInt
2871 Value *ConstantFP::handleOperandChangeImpl(Value *From, Value *To, Use *U) { in handleOperandChangeImpl() function in ConstantFP
2875 Value *UndefValue::handleOperandChangeImpl(Value *From, Value *To, Use *U) { in handleOperandChangeImpl() function in UndefValue
2879 Value *ConstantPointerNull::handleOperandChangeImpl(Value *From, Value *To, in handleOperandChangeImpl() function in ConstantPointerNull
2884 Value *ConstantAggregateZero::handleOperandChangeImpl(Value *From, Value *To, in handleOperandChangeImpl() function in ConstantAggregateZero
2889 Value *ConstantDataSequential::handleOperandChangeImpl(Value *From, Value *To, in handleOperandChangeImpl() function in ConstantDataSequential
2894 Value *ConstantArray::handleOperandChangeImpl(Value *From, Value *To, Use *U) { in handleOperandChangeImpl() function in ConstantArray
2933 Value *ConstantStruct::handleOperandChangeImpl(Value *From, Value *To, Use *U) { in handleOperandChangeImpl() function in ConstantStruct
[all …]
HDGlobals.cpp51 Value *GlobalValue::handleOperandChangeImpl(Value *From, Value *To, Use *U) { in handleOperandChangeImpl() function in GlobalValue