HomeSort by relevance Sort by last modified time
    Searched defs:ValueTy (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Support/
ValueHandle.h 187 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 *P) : ThePtr(P) {
    [all...]
  /external/llvm/include/llvm/
Value.h 32 template<typename ValueTy> class StringMapEntry;
185 enum ValueTy {
224 /// # there are more possible values for the value type than in ValueTy enum.
226 /// the ValueTy enum.

Completed in 2515 milliseconds