Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DAMDGPUISelLowering.cpp2363 SDValue CastLoad = DAG.getNode(ISD::BITCAST, SL, VT, NewLoad.getValue(0)); in performStoreCombine() local
2364 DCI.CombineTo(LoadVal, CastLoad, NewLoad.getValue(1), false); in performStoreCombine()