reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
16829 if (IndexC && IndexC->getAPIntValue().uge(NumElts)) 16829 if (IndexC && IndexC->getAPIntValue().uge(NumElts)) 16833 if (IndexC && VecOp.getOpcode() == ISD::BUILD_VECTOR && 16836 SDValue Elt = VecOp.getOperand(IndexC->getZExtValue()); 16850 if (IndexC && VecOp.getOpcode() == ISD::BITCAST && VecVT.isInteger() && 16854 unsigned ExtractIndex = IndexC->getZExtValue(); 16893 if (IndexC && VecOp.getOpcode() == ISD::VECTOR_SHUFFLE) { 16896 int OrigElt = Shuf->getMaskElt(IndexC->getZExtValue()); 16980 if (!LegalOperations && !IndexC && VecOp.hasOneUse() && 16990 if (!LegalOperations || !IndexC) 16996 int Elt = IndexC->getZExtValue();