Lines Matching defs:ExtendOpcode
12249 auto ExtendOpcode = AllAddOne ? ISD::ZERO_EXTEND : ISD::SIGN_EXTEND;12250 SDValue ExtendedCond = DAG.getNode(ExtendOpcode, DL, VT, Cond);