Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp21101 unsigned LoadWidth = ElementSizeBytes * 8 * 2; in tryStoreMergeOfLoads() local
21102 assert(JointMemOpVT == EVT::getIntegerVT(Context, LoadWidth) && in tryStoreMergeOfLoads()
21105 DAG.getShiftAmountConstant(LoadWidth / 2, JointMemOpVT, LoadDL); in tryStoreMergeOfLoads()