Searched refs:Bitcast2 (Results 1 – 1 of 1) sorted by relevance
16900 SDNode *Bitcast2 = *Trunc2->user_begin(); in PerformDAGCombine() local16905 if (Bitcast2->getOpcode() != ISD::BITCAST || in PerformDAGCombine()16906 Bitcast2->getValueType(0) != MVT::f32) in PerformDAGCombine()16910 std::swap(Bitcast, Bitcast2); in PerformDAGCombine()16943 DCI.CombineTo(Bitcast2, FloatLoad); in PerformDAGCombine()