Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp5903 int ReqRetNumElts = ReqRetVT.isVector() ? ReqRetVT.getVectorNumElements() : 1; in constructRetValue() local
5905 ReqRetNumElts : (ReqRetNumElts + 1) / 2; in constructRetValue()