Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp81 static SDValue stripExtractLoElt(SDValue In) { in stripExtractLoElt() function
3179 Lo = stripExtractLoElt(Lo); in SelectVOP3PMods()
3180 Hi = stripExtractLoElt(Hi); in SelectVOP3PMods()
3347 SDValue LoSrc = stripExtractLoElt(stripBitcast(Elts[i])); in buildRegSequence16()