Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:getEvaluationKind

54         EvaluationKind = CGF.getEvaluationKind(ValueTy);
138 TypeEvaluationKind getEvaluationKind() const { return EvaluationKind; }
328 switch (getEvaluationKind()) {
1201 if (getEvaluationKind() == TEK_Scalar &&
1222 if (AsValue && getEvaluationKind() == TEK_Aggregate) {
1304 assert(getEvaluationKind() == TEK_Aggregate);
1320 if (getEvaluationKind() == TEK_Aggregate && ResultSlot.isIgnored())
1819 switch (atomics.getEvaluationKind()) {