Searched refs:isCoerceAndExpand (Results 1 – 2 of 2) sorted by relevance
108 assert(isCoerceAndExpand()); in setUnpaddedCoerceToType()241 bool isCoerceAndExpand() const { return TheKind == CoerceAndExpand; } in isCoerceAndExpand() function244 return isDirect() || isExtend() || isCoerceAndExpand(); in canHaveCoerceToType()279 assert(isCoerceAndExpand()); in getCoerceAndExpandType()284 assert(isCoerceAndExpand()); in getUnpaddedCoerceAndExpandType()289 assert(isCoerceAndExpand()); in getCoerceAndExpandTypeSequence()
3559 if (RetAI.isIndirect() || RetAI.isInAlloca() || RetAI.isCoerceAndExpand()) { in EmitCall()