Lines Matching defs:Ext2
15936 /// Check if Ext1 and Ext2 are extends of the same type, doubling the bitwidth
15938 static bool areExtractExts(Value *Ext1, Value *Ext2) {
15945 !match(Ext2, m_ZExtOrSExt(m_Value())) ||
15947 !areExtDoubled(cast<Instruction>(Ext2)))
16159 auto Ext2 = cast<Instruction>(I->getOperand(1));
16160 if (areExtractShuffleVectors(Ext1->getOperand(0), Ext2->getOperand(0))) {
16162 Ops.push_back(&Ext2->getOperandUse(0));
21576 const SDValue Ext2 =
21580 SDLoc(SetCC), N->getValueType(0), Ext1, Ext2,