Searched refs:getVariableLocationOp (Results 1 – 10 of 10) sorted by relevance
131 Value *getVariableLocationOp(unsigned Idx) const { in getVariableLocationOp() function135 return Info.get<DbgValTy>()->getVariableLocationOp(Idx); in getVariableLocationOp()155 << ", val= " << *P.DDI.getVariableLocationOp(0)
1325 Value *V = DDI.getVariableLocationOp(0); in salvageUnresolvedDbgValue()6111 const Value *Address = DI.getVariableLocationOp(0); in visitIntrinsicCall()
92 Value *DbgVariableIntrinsic::getVariableLocationOp(unsigned OpIdx) const { in getVariableLocationOp() function in DbgVariableIntrinsic137 if (OldValue != getVariableLocationOp(0)) in replaceVariableLocationOp()166 : getAsMetadata(getVariableLocationOp(Idx))); in replaceVariableLocationOp()
236 Value *getVariableLocationOp(unsigned OpIdx) const;354 return getVariableLocationOp(0); in getAddress()374 return getVariableLocationOp(0); in getAddress()393 return getVariableLocationOp(OpIdx);
706 else if (isa_and_nonnull<AllocaInst>(DVI->getVariableLocationOp(0))) { in salvageDebugInfo()709 for (auto *User : DVI->getVariableLocationOp(0)->users()) in salvageDebugInfo()
2650 Value *Storage = DVI->getVariableLocationOp(0); in salvageDebugInfo()
678 Value *V = DVI->getVariableLocationOp(0); in diagnoseMisSizedDbgValue()
1504 dyn_cast_or_null<AllocaInst>(DII->getVariableLocationOp(0))) { in valueCoversEntireFragment()
1355 if (DDI->getVariableLocationOp(LocNo) == AI) in instrumentStack()
1295 Source->hasArgList() ? nullptr : Source->getVariableLocationOp(0); in emitDbgValue()