Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelLowering.cpp13912 SDNode *Bitcast2 = *Trunc2->use_begin(); in PerformDAGCombine() local
13917 if (Bitcast2->getOpcode() != ISD::BITCAST || in PerformDAGCombine()
13918 Bitcast2->getValueType(0) != MVT::f32) in PerformDAGCombine()
13922 std::swap(Bitcast, Bitcast2); in PerformDAGCombine()
13955 DCI.CombineTo(Bitcast2, FloatLoad); in PerformDAGCombine()