Home | History | Annotate | Download | only in Scalar

Lines Matching refs:RHSTy

1846     auto RankVectorTypes = [&DL](VectorType *RHSTy, VectorType *LHSTy) {
1847 assert(DL.getTypeSizeInBits(RHSTy) == DL.getTypeSizeInBits(LHSTy) &&
1849 assert(RHSTy->getElementType()->isIntegerTy() &&
1853 return RHSTy->getNumElements() < LHSTy->getNumElements();