Searched refs:getValPtr (Results 1 – 11 of 11) sorted by relevance
100 Value *getValPtr() const { return V; } in getValPtr() function156 return getValPtr();193 Value *getRawValPtr() const { return ValueHandleBase::getValPtr(); }204 ValueTy *getValPtr() const { return static_cast<ValueTy *>(getRawValPtr()); }218 return getValPtr();223 return getValPtr();226 setValPtr(RHS.getValPtr());227 return getValPtr();230 ValueTy *operator->() const { return getValPtr(); }231 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()
92 auto I = ACT->AssumptionCaches.find_as(cast<Function>(getValPtr())); in deleted()
632 AST->deleteValue(getValPtr()); in deleted()637 AST->copyValue(getValPtr(), V); in allUsesReplacedWith()
255 auto *Val = getValPtr(); in removeSelfFromCache()
432 if (P.second == getValPtr()) in deleted()
7987 if (PHINode *PN = dyn_cast<PHINode>(getValPtr())) in deleted()7989 SE->ValueExprMap.erase(getValPtr()); in deleted()7999 Value *Old = getValPtr(); in allUsesReplacedWith()
45 return cast<Instruction>(getValPtr()); in getUser()
506 Value *getValue() const { return getValPtr(); } in getValue()518 Type *getType() const { return getValPtr()->getType(); } in getType()
245 Map->UpdateForDeletedBlock(cast<BasicBlock>(getValPtr())); in deleted()249 Map->UpdateForRAUWBlock(cast<BasicBlock>(getValPtr()), cast<BasicBlock>(V2)); in allUsesReplacedWith()