Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp2289 unsigned OpNumElts = OpTy->getNumElements(); in isInterleave() local
2291 return isInterleaveMask(ShuffleMask, Factor, OpNumElts * 2); in isInterleave()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp6121 unsigned OpNumElts = Op.getValueType().getVectorMinNumElements(); in PromoteIntOp_CONCAT_VECTORS() local
6123 DAG.getIntPtrConstant(OpIdx * OpNumElts, dl)); in PromoteIntOp_CONCAT_VECTORS()