Searched refs:Bitcast2 (Results 1 – 4 of 4) sorted by relevance
10707 SDNode *Bitcast2 = *Trunc2->use_begin(); in PerformDAGCombine() local10712 if (Bitcast2->getOpcode() != ISD::BITCAST || in PerformDAGCombine()10713 Bitcast2->getValueType(0) != MVT::f32) in PerformDAGCombine()10717 std::swap(Bitcast, Bitcast2); in PerformDAGCombine()10750 DCI.CombineTo(Bitcast2, FloatLoad); in PerformDAGCombine()
13882 SDNode *Bitcast2 = *Trunc2->use_begin(); in PerformDAGCombine() local13887 if (Bitcast2->getOpcode() != ISD::BITCAST || in PerformDAGCombine()13888 Bitcast2->getValueType(0) != MVT::f32) in PerformDAGCombine()13892 std::swap(Bitcast, Bitcast2); in PerformDAGCombine()13925 DCI.CombineTo(Bitcast2, FloatLoad); in PerformDAGCombine()
14950 SDNode *Bitcast2 = *Trunc2->use_begin(); in PerformDAGCombine() local14955 if (Bitcast2->getOpcode() != ISD::BITCAST || in PerformDAGCombine()14956 Bitcast2->getValueType(0) != MVT::f32) in PerformDAGCombine()14960 std::swap(Bitcast, Bitcast2); in PerformDAGCombine()14993 DCI.CombineTo(Bitcast2, FloatLoad); in PerformDAGCombine()
920 TEST_P(MemorySpaceAssignmentTest, Bitcast2) { in TEST_P() argument