Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:opId

113       unsigned opId = (B0->getOperand(0) == PN) ? 1 : 0;
115 ExtractElementInst::Create(B0->getOperand(opId), Elt,
116 B0->getOperand(opId)->getName() + ".Elt"),