Home
last modified time | relevance | path

Searched refs:getValPtr (Results 1 – 10 of 10) sorted by relevance

/external/llvm/include/llvm/Support/
DValueHandle.h98 Value *operator->() const { return getValPtr(); }
99 Value &operator*() const { return *getValPtr(); }
102 Value *getValPtr() const { return VP.getPointer(); } in getValPtr() function
158 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 …]
/external/llvm/unittests/Support/
DValueHandleTest.cpp306 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()
/external/llvm/include/llvm/Analysis/
DIVUsers.h46 return cast<Instruction>(getValPtr()); in getUser()
DScalarEvolutionExpressions.h436 Value *getValue() const { return getValPtr(); } in getValue()
448 Type *getType() const { return getValPtr()->getType(); } in getType()
/external/llvm/lib/CodeGen/
DMachineModuleInfo.cpp244 Map->UpdateForDeletedBlock(cast<BasicBlock>(getValPtr())); in deleted()
248 Map->UpdateForRAUWBlock(cast<BasicBlock>(getValPtr()), cast<BasicBlock>(V2)); in allUsesReplacedWith()
/external/llvm/lib/Analysis/
DAliasSetTracker.cpp602 AST->deleteValue(getValPtr()); in deleted()
607 AST->copyValue(getValPtr(), V); in allUsesReplacedWith()
DLazyValueInfo.cpp421 if (I->second == getValPtr()) in deleted()
DScalarEvolution.cpp6497 if (PHINode *PN = dyn_cast<PHINode>(getValPtr())) in deleted()
6499 SE->ValueExprMap.erase(getValPtr()); in deleted()
6509 Value *Old = getValPtr(); in allUsesReplacedWith()
/external/llvm/lib/VMCore/
DLLVMContextImpl.h233 return cast_or_null<MDNode>(getValPtr());
/external/llvm/include/llvm/ADT/
DValueMap.h205 KeyT Unwrap() const { return cast_or_null<KeySansPointerT>(getValPtr()); }