Searched refs:getValPtr (Results 1 – 10 of 10) sorted by relevance
98 Value *operator->() const { return getValPtr(); }99 Value &operator*() const { return *getValPtr(); }102 Value *getValPtr() const { return VP.getPointer(); } in getValPtr() function158 return getValPtr();194 ValueTy *getValPtr() const {195 return static_cast<ValueTy*>(ValueHandleBase::getValPtr());202 ValueTy *getValPtr() const { return ThePtr; }222 return getValPtr();227 return getValPtr();230 setValPtr(RHS.getValPtr());[all …]
306 getValPtr()->replaceAllUsesWith(Constant::getNullValue(Type::getInt32Ty(getGlobalContext()))); in TEST_F()310 ASSERT_TRUE(NULL != getValPtr()); in TEST_F()311 EXPECT_EQ(1U, getValPtr()->getNumUses()); in TEST_F()
46 return cast<Instruction>(getValPtr()); in getUser()
436 Value *getValue() const { return getValPtr(); } in getValue()448 Type *getType() const { return getValPtr()->getType(); } in getType()
244 Map->UpdateForDeletedBlock(cast<BasicBlock>(getValPtr())); in deleted()248 Map->UpdateForRAUWBlock(cast<BasicBlock>(getValPtr()), cast<BasicBlock>(V2)); in allUsesReplacedWith()
602 AST->deleteValue(getValPtr()); in deleted()607 AST->copyValue(getValPtr(), V); in allUsesReplacedWith()
421 if (I->second == getValPtr()) in deleted()
6497 if (PHINode *PN = dyn_cast<PHINode>(getValPtr())) in deleted()6499 SE->ValueExprMap.erase(getValPtr()); in deleted()6509 Value *Old = getValPtr(); in allUsesReplacedWith()
233 return cast_or_null<MDNode>(getValPtr());
205 KeyT Unwrap() const { return cast_or_null<KeySansPointerT>(getValPtr()); }