Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8892 unsigned NumLoadBits = SrcVT.getStoreSizeInBits(); in scalarizeVectorLoad() local
8893 EVT LoadVT = EVT::getIntegerVT(*DAG.getContext(), NumLoadBits); in scalarizeVectorLoad()
8900 APInt::getLowBitsSet(NumLoadBits, SrcEltBits), SL, LoadVT); in scalarizeVectorLoad()