Home
last modified time | relevance | path

Searched refs:Bitcast2 (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp15305 SDNode *Bitcast2 = *Trunc2->use_begin(); in PerformDAGCombine() local
15310 if (Bitcast2->getOpcode() != ISD::BITCAST || in PerformDAGCombine()
15311 Bitcast2->getValueType(0) != MVT::f32) in PerformDAGCombine()
15315 std::swap(Bitcast, Bitcast2); in PerformDAGCombine()
15348 DCI.CombineTo(Bitcast2, FloatLoad); in PerformDAGCombine()