Lines Matching refs:Value
34 static Value *CastOperand(Value *C) {
41 Value *DbgInfoIntrinsic::StripCast(Value *C) {
42 if (Value *CO = CastOperand(C)) {
46 if (Value *CO = CastOperand(GV->getInitializer()))
52 static Value *getValueImpl(Value *Op) {
57 // When the value goes to null, it gets replaced by an empty MDNode.
66 Value *DbgDeclareInst::getAddress() const {
74 /// DbgValueInst - This represents the llvm.dbg.value instruction.
77 const Value *DbgValueInst::getValue() const {
81 Value *DbgValueInst::getValue() { return getValueImpl(getArgOperand(0)); }