Searched refs:getVariableLocationOp (Results 1 – 9 of 9) sorted by relevance
208 Value *getVariableLocationOp(unsigned OpIdx) const;318 return getVariableLocationOp(0); in getAddress()338 return getVariableLocationOp(0); in getAddress()357 return getVariableLocationOp(OpIdx);
91 Value *DbgVariableIntrinsic::getVariableLocationOp(unsigned OpIdx) const { in getVariableLocationOp() function in DbgVariableIntrinsic147 : getAsMetadata(getVariableLocationOp(Idx))); in replaceVariableLocationOp()
543 const auto &CI = *cast<ConstantInt>(DI.getVariableLocationOp(0)); in doesDebugValueDescribeY()782 EXPECT_EQ(ConstantInt::get(A.getType(), 0), ADbgVal->getVariableLocationOp(0)); in TEST()
699 else if (isa_and_nonnull<AllocaInst>(DVI->getVariableLocationOp(0))) { in salvageDebugInfo()702 for (auto *User : DVI->getVariableLocationOp(0)->users()) in salvageDebugInfo()
2569 Value *Storage = DVI->getVariableLocationOp(0); in salvageDebugInfo()
667 Value *V = DVI->getVariableLocationOp(0); in diagnoseMisSizedDbgValue()
1428 dyn_cast_or_null<AllocaInst>(DII->getVariableLocationOp(0))) { in valueCoversEntireFragment()
1343 if (DDI->getVariableLocationOp(LocNo) == AI) in instrumentStack()
6040 const Value *Address = DI.getVariableLocationOp(0); in visitIntrinsicCall()