Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1520 Align PartAlignment = DAG.getDataLayout().getPrefTypeAlign(PartTy); in ExpandInsertToVectorThroughStack() local
1531 PartAlignment); in ExpandInsertToVectorThroughStack()
1540 VecVT.getVectorElementType(), PartAlignment); in ExpandInsertToVectorThroughStack()
1543 assert(cast<StoreSDNode>(Ch)->getAlign() == PartAlignment && in ExpandInsertToVectorThroughStack()