Searched refs:Trunc2 (Results 1 – 2 of 2) sorted by relevance
10700 SDNode *Trunc2 = *RightShift->use_begin(); in PerformDAGCombine() local10701 if (Trunc2->getOpcode() != ISD::TRUNCATE || in PerformDAGCombine()10702 Trunc2->getValueType(0) != MVT::i32 || in PerformDAGCombine()10703 !Trunc2->hasOneUse()) in PerformDAGCombine()10707 SDNode *Bitcast2 = *Trunc2->use_begin(); in PerformDAGCombine()
12620 SDNode *Trunc2 = *RightShift->use_begin(); in PerformDAGCombine() local12621 if (Trunc2->getOpcode() != ISD::TRUNCATE || in PerformDAGCombine()12622 Trunc2->getValueType(0) != MVT::i32 || in PerformDAGCombine()12623 !Trunc2->hasOneUse()) in PerformDAGCombine()12627 SDNode *Bitcast2 = *Trunc2->use_begin(); in PerformDAGCombine()