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() local1947 ISD::NodeType ExtendKind = ISD::ANY_EXTEND; in visitRet() local9637 ISD::NodeType ExtendKind = ISD::ANY_EXTEND; in LowerCallTo() local
1658 ISD::NodeType ExtendKind = ISD::ANY_EXTEND; in GetReturnInfo() local
979 enum ExtendKind { ZeroExtended, SignExtended, Unknown }; enum in WidenIV