Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ValueTy

39     QualType ValueTy;
52 ValueTy = AtomicTy->castAs<AtomicType>()->getValueType();
53 EvaluationKind = CGF.getEvaluationKind(ValueTy);
58 llvm::tie(ValueSizeInBits, valueAlignInBits) = C.getTypeInfo(ValueTy);
77 QualType getValueType() const { return ValueTy; }