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

  /external/llvm/include/llvm/IR/
ValueHandle.h 186 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 *P) : ThePtr(P) {
    [all...]
Value.h 49 template<typename ValueTy> class StringMapEntry;
307 enum ValueTy {
343 /// # there are more possible values for the value type than in ValueTy enum.
345 /// the ValueTy enum.
  /external/clang/lib/CodeGen/
CGAtomic.cpp 31 QualType ValueTy;
44 ValueTy = AtomicTy->castAs<AtomicType>()->getValueType();
45 EvaluationKind = CGF.getEvaluationKind(ValueTy);
50 std::tie(ValueSizeInBits, valueAlignInBits) = C.getTypeInfo(ValueTy);
69 QualType getValueType() const { return ValueTy; }
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]

Completed in 114 milliseconds