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

  /external/llvm/include/llvm/Support/
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...]
  /external/llvm/include/llvm/IR/
Value.h 35 template<typename ValueTy> class StringMapEntry;
188 enum ValueTy {
227 /// # there are more possible values for the value type than in ValueTy enum.
229 /// the ValueTy enum.
  /external/clang/lib/CodeGen/
CGAtomic.cpp 40 QualType ValueTy;
53 ValueTy = AtomicTy->castAs<AtomicType>()->getValueType();
54 EvaluationKind = CGF.getEvaluationKind(ValueTy);
59 llvm::tie(ValueSizeInBits, valueAlignInBits) = C.getTypeInfo(ValueTy);
78 QualType getValueType() const { return ValueTy; }
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]

Completed in 65 milliseconds