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

/external/llvm/include/llvm/Support/
H A DValueHandle.h186 template <typename ValueTy>
194 ValueTy *getValPtr() const {
195 return static_cast<ValueTy*>(ValueHandleBase::getValPtr());
197 void setValPtr(ValueTy *P) {
201 ValueTy *ThePtr;
202 ValueTy *getValPtr() const { return ThePtr; }
203 void setValPtr(ValueTy *P) { ThePtr = P; }
206 // Convert a ValueTy*, which may be const, to the type the base
214 AssertingVH(ValueTy *P) : ValueHandleBase(Assert, GetAsValue(P)) {}
218 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 87 milliseconds