Searched refs:isCoerceAndExpand (Results 1 – 2 of 2) sorted by relevance
130 assert(isCoerceAndExpand()); in setUnpaddedCoerceToType()303 bool isCoerceAndExpand() const { return TheKind == CoerceAndExpand; } in isCoerceAndExpand() function306 return isDirect() || isExtend() || isCoerceAndExpand(); in canHaveCoerceToType()359 assert(isCoerceAndExpand()); in getCoerceAndExpandType()364 assert(isCoerceAndExpand()); in getUnpaddedCoerceAndExpandType()369 assert(isCoerceAndExpand()); in getCoerceAndExpandTypeSequence()
5080 if (RetAI.isIndirect() || RetAI.isInAlloca() || RetAI.isCoerceAndExpand()) { in EmitCall()