Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1283 bool IsFixedLen = MaskVT.isFixedLengthVector(); in ExpandVP_MERGE() local
1289 if ((IsFixedLen && in ExpandVP_MERGE()
1291 (!IsFixedLen && in ExpandVP_MERGE()
1303 SDValue SplatEVL = IsFixedLen ? DAG.getSplatBuildVector(EVLVecVT, DL, EVL) in ExpandVP_MERGE()