Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp9312 unsigned NumLoadBits = SrcVT.getStoreSizeInBits(); in scalarizeVectorLoad() local
9313 EVT LoadVT = EVT::getIntegerVT(*DAG.getContext(), NumLoadBits); in scalarizeVectorLoad()
9320 APInt::getLowBitsSet(NumLoadBits, SrcEltBits), SL, LoadVT); in scalarizeVectorLoad()