Searched defs:ValueTy (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Support/
H A DValueHandle.h187 template <typename ValueTy>
195 ValueTy *getValPtr() const {
196 return static_cast<ValueTy*>(ValueHandleBase::getValPtr());
198 void setValPtr(ValueTy *P) {
202 ValueTy *ThePtr;
203 ValueTy *getValPtr() const { return ThePtr; }
204 void setValPtr(ValueTy *P) { ThePtr = P; }
207 // Convert a ValueTy*, which may be const, to the type the base
215 AssertingVH(ValueTy *P) : ValueHandleBase(Assert, GetAsValue(P)) {}
219 AssertingVH(ValueTy *
[all...]
/external/llvm/include/llvm/
H A DValue.h32 template<typename ValueTy> class StringMapEntry;
185 enum ValueTy { enum in class:llvm::Value
224 /// # there are more possible values for the value type than in ValueTy enum.
226 /// the ValueTy enum.

Completed in 55 milliseconds