Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp55404 auto *SubLd = dyn_cast<LoadSDNode>(SubVec); in combineINSERT_SUBVECTOR() local
55405 if (VecLd && SubLd && in combineINSERT_SUBVECTOR()
55406 DAG.areNonVolatileConsecutiveLoads(SubLd, VecLd, in combineINSERT_SUBVECTOR()
55409 SubLd, 0, DAG); in combineINSERT_SUBVECTOR()