Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:ValueTy

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; }