Searched defs:ExtendKind (Results 1 – 4 of 4) sorted by relevance
68 ISD::NodeType ExtendKind = ISD::ANY_EXTEND; in getPreferredExtendForValue() local
477 ISD::NodeType ExtendKind = ISD::ANY_EXTEND) { in getCopyToParts()898 ISD::NodeType ExtendKind = PreferredExtendType; in getCopyToRegs() local1946 ISD::NodeType ExtendKind = ISD::ANY_EXTEND; in visitRet() local9582 ISD::NodeType ExtendKind = ISD::ANY_EXTEND; in LowerCallTo() local
1632 ISD::NodeType ExtendKind = ISD::ANY_EXTEND; in GetReturnInfo() local
1024 enum ExtendKind { ZeroExtended, SignExtended, Unknown }; enum in WidenIV