Searched refs:getVariableLocationOp (Results 1 – 9 of 9) sorted by relevance
203 Value *getVariableLocationOp(unsigned OpIdx) const;313 return getVariableLocationOp(0); in getAddress()333 return getVariableLocationOp(0); in getAddress()352 return getVariableLocationOp(OpIdx);
60 Value *DbgVariableIntrinsic::getVariableLocationOp(unsigned OpIdx) const { in getVariableLocationOp() function in DbgVariableIntrinsic116 : getAsMetadata(getVariableLocationOp(Idx))); in replaceVariableLocationOp()
647 Value *V = DVI->getVariableLocationOp(0); in diagnoseMisSizedDbgValue()
1414 dyn_cast_or_null<AllocaInst>(DII->getVariableLocationOp(0))) { in valueCoversEntireFragment()
672 else if (dyn_cast_or_null<AllocaInst>(DVI->getVariableLocationOp(0))) { in salvageDebugInfo()675 for (auto *User : DVI->getVariableLocationOp(0)->users()) in salvageDebugInfo()
2514 Value *Storage = DVI->getVariableLocationOp(0); in salvageDebugInfo()
6191 if (!DVIRec.DVI->getVariableLocationOp(0)) in DbgRewriteSalvageableDVIs()6193 llvm::Type *Ty = DVIRec.DVI->getVariableLocationOp(0)->getType(); in DbgRewriteSalvageableDVIs()6220 if (!DVI->getVariableLocationOp(0) || in DbgGatherSalvagableDVI()6221 !SE.isSCEVable(DVI->getVariableLocationOp(0)->getType())) in DbgGatherSalvagableDVI()6226 SE.getSCEV(DVI->getVariableLocationOp(0))}); in DbgGatherSalvagableDVI()
1265 if (DDI->getVariableLocationOp(LocNo) == AI) in instrumentStack()
6029 const Value *Address = DI.getVariableLocationOp(0); in visitIntrinsicCall()