Searched refs:Bitcast2 (Results 1 – 1 of 1) sorted by relevance
15794 SDNode *Bitcast2 = *Trunc2->use_begin(); in PerformDAGCombine() local15799 if (Bitcast2->getOpcode() != ISD::BITCAST || in PerformDAGCombine()15800 Bitcast2->getValueType(0) != MVT::f32) in PerformDAGCombine()15804 std::swap(Bitcast, Bitcast2); in PerformDAGCombine()15837 DCI.CombineTo(Bitcast2, FloatLoad); in PerformDAGCombine()