Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19413 unsigned LoadWidth = ElementSizeBytes * 8 * 2; in tryStoreMergeOfLoads() local
19414 assert(JointMemOpVT == EVT::getIntegerVT(Context, LoadWidth) && in tryStoreMergeOfLoads()
19417 DAG.getShiftAmountConstant(LoadWidth / 2, JointMemOpVT, LoadDL); in tryStoreMergeOfLoads()