Searched refs:getValPtr (Results 1 – 12 of 12) sorted by relevance
104 Value *getValPtr() const { return V; } in getValPtr() function162 return getValPtr();201 Value *getRawValPtr() const { return ValueHandleBase::getValPtr(); }212 ValueTy *getValPtr() const { return static_cast<ValueTy *>(getRawValPtr()); }226 return getValPtr();231 return getValPtr();234 setValPtr(RHS.getValPtr());235 return getValPtr();238 ValueTy *operator->() const { return getValPtr(); }239 ValueTy &operator*() const { return *getValPtr(); }[all …]
234 KeyT Unwrap() const { return cast_or_null<KeySansPointerT>(getValPtr()); }292 return LHS == RHS.getValPtr();
308 getValPtr()->replaceAllUsesWith(Constant::getNullValue(Type::getInt32Ty(getGlobalContext()))); in TEST_F()312 ASSERT_TRUE(nullptr != getValPtr()); in TEST_F()313 EXPECT_EQ(1U, getValPtr()->getNumUses()); in TEST_F()
96 auto *Val = getValPtr(); in removeSelfFromCache()
46 return cast<Instruction>(getValPtr()); in getUser()
429 Value *getValue() const { return getValPtr(); } in getValue()441 Type *getType() const { return getValPtr()->getType(); } in getType()
92 auto I = ACT->AssumptionCaches.find_as(cast<Function>(getValPtr())); in deleted()
621 AST->deleteValue(getValPtr()); in deleted()626 AST->copyValue(getValPtr(), V); in allUsesReplacedWith()
472 if (ValueSet.count(getValPtr())) in deleted()473 ValueSet.erase(getValPtr()); in deleted()
196 Value *V = getValPtr(); in deleted()
9005 if (PHINode *PN = dyn_cast<PHINode>(getValPtr())) in deleted()9007 SE->ValueExprMap.erase(getValPtr()); in deleted()9017 Value *Old = getValPtr(); in allUsesReplacedWith()
179 Map->UpdateForDeletedBlock(cast<BasicBlock>(getValPtr())); in deleted()183 Map->UpdateForRAUWBlock(cast<BasicBlock>(getValPtr()), cast<BasicBlock>(V2)); in allUsesReplacedWith()