Searched refs:LoElts (Results 1 – 2 of 2) sorted by relevance
1544 uint64_t LoElts = Lo.getValueType().getVectorNumElements(); in SplitVecOp_EXTRACT_SUBVECTOR() local1547 if (IdxVal < LoElts) { in SplitVecOp_EXTRACT_SUBVECTOR()1548 assert(IdxVal + SubVT.getVectorNumElements() <= LoElts && in SplitVecOp_EXTRACT_SUBVECTOR()1553 DAG.getConstant(IdxVal - LoElts, dl, in SplitVecOp_EXTRACT_SUBVECTOR()1570 uint64_t LoElts = Lo.getValueType().getVectorNumElements(); in SplitVecOp_EXTRACT_VECTOR_ELT() local1572 if (IdxVal < LoElts) in SplitVecOp_EXTRACT_VECTOR_ELT()1575 DAG.getConstant(IdxVal - LoElts, SDLoc(N), in SplitVecOp_EXTRACT_VECTOR_ELT()
1963 uint64_t LoElts = Lo.getValueType().getVectorNumElements(); in PromoteFloatRes_EXTRACT_VECTOR_ELT() local1965 if (IdxVal < LoElts) in PromoteFloatRes_EXTRACT_VECTOR_ELT()1969 DAG.getConstant(IdxVal - LoElts, DL, in PromoteFloatRes_EXTRACT_VECTOR_ELT()