Lines Matching defs:OrigElt
1170 LLT OrigElt = OrigTy.getElementType();
1183 if (OrigElt.getSizeInBits() == TargetElt.getSizeInBits()) {
1195 ElementCount::get(LCM / OrigElt.getSizeInBits(), OrigTy.isScalable()),
1196 OrigElt);
1258 LLT OrigElt = OrigTy.getElementType();
1272 if (GCD == OrigElt.getSizeInBits())
1274 OrigElt);
1277 if (GCD < OrigElt.getSizeInBits())
1282 ElementCount::get(GCD / OrigElt.getSizeInBits().getFixedValue(),
1284 OrigElt);