Searched refs:getVariableLocation (Results 1 – 6 of 6) sorted by relevance
93 Value *getVariableLocation(bool AllowNullOp = true) const;141 Value *getAddress() const { return getVariableLocation(); } in getAddress()157 Value *getAddress() const { return getVariableLocation(); } in getAddress()173 return getVariableLocation(/* AllowNullOp = */ false); in getValue()
39 Value *DbgVariableIntrinsic::getVariableLocation(bool AllowNullOp) const { in getVariableLocation() function in DbgVariableIntrinsic
519 if (Value *V = DII->getVariableLocation()) in removeDeadInstructions()
314 return {{D->getVariableLocation(), D->getVariable()}, D->getExpression()}; in rotateLoop()
1268 if (auto *AI = dyn_cast_or_null<AllocaInst>(DII->getVariableLocation())) in valueCoversEntireFragment()1439 if (auto *Loc = dyn_cast_or_null<PHINode>(DbgII->getVariableLocation())) in insertDebugValuesForPHIs()1772 if (DII->getVariableLocation() == &From) { in rewriteDebugUsers()
5234 const Value *Address = DI.getVariableLocation(); in visitIntrinsicCall()