Lines Matching defs:OrigElt
1177 LLT OrigElt = OrigTy.getElementType();
1190 if (OrigElt.getSizeInBits() == TargetElt.getSizeInBits()) {
1202 ElementCount::get(LCM / OrigElt.getSizeInBits(), OrigTy.isScalable()),
1203 OrigElt);
1265 LLT OrigElt = OrigTy.getElementType();
1279 if (GCD == OrigElt.getSizeInBits())
1281 OrigElt);
1284 if (GCD < OrigElt.getSizeInBits())
1289 ElementCount::get(GCD / OrigElt.getSizeInBits().getFixedValue(),
1291 OrigElt);