Searched refs:getVariableLocationOp (Results 1 – 8 of 8) sorted by relevance
60 Value *DbgVariableIntrinsic::getVariableLocationOp(unsigned OpIdx) const { in getVariableLocationOp() function in DbgVariableIntrinsic116 : getAsMetadata(getVariableLocationOp(Idx))); in replaceVariableLocationOp()
203 Value *getVariableLocationOp(unsigned OpIdx) const;313 return getVariableLocationOp(0); in getAddress()333 return getVariableLocationOp(0); in getAddress()352 return getVariableLocationOp(OpIdx);
647 Value *V = DVI->getVariableLocationOp(0); in diagnoseMisSizedDbgValue()
1405 dyn_cast_or_null<AllocaInst>(DII->getVariableLocationOp(0))) { in valueCoversEntireFragment()
667 else if (dyn_cast_or_null<AllocaInst>(DVI->getVariableLocationOp(0))) { in salvageDebugInfo()670 for (auto *User : DVI->getVariableLocationOp(0)->users()) in salvageDebugInfo()
2453 Value *Storage = DVI->getVariableLocationOp(0); in salvageDebugInfo()
5849 Value *V = DVI->getVariableLocationOp(Idx); in DbgGatherEqualValues()5874 DVI->getVariableLocationOp(0)->getType())); in DbgGatherEqualValues()
5990 const Value *Address = DI.getVariableLocationOp(0); in visitIntrinsicCall()