Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp56919 auto *SubLd = dyn_cast<LoadSDNode>(SubVec); in combineINSERT_SUBVECTOR() local
56920 if (VecLd && SubLd && in combineINSERT_SUBVECTOR()
56921 DAG.areNonVolatileConsecutiveLoads(SubLd, VecLd, in combineINSERT_SUBVECTOR()
56924 SubLd, 0, DAG); in combineINSERT_SUBVECTOR()