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.cpp83 static SDValue stripExtractLoElt(SDValue In) { in stripExtractLoElt() function
3017 Lo = stripExtractLoElt(Lo); in SelectVOP3PMods()
3018 Hi = stripExtractLoElt(Hi); in SelectVOP3PMods()
3158 SDValue LoSrc = stripExtractLoElt(stripBitcast(Elts[i])); in buildRegSequence16()