Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp56193 bool AllSubVectors = true; in combineConcatVectorOps() local
56200 AllSubVectors &= Sub.getOpcode() == ISD::EXTRACT_SUBVECTOR && in combineConcatVectorOps()
56204 return AllConstants || AllSubVectors; in combineConcatVectorOps()