reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
17393 if (Op.isUndef()) 17399 if (isNullConstant(Op) || isNullFPConstant(Op)) { 17399 if (isNullConstant(Op) || isNullFPConstant(Op)) { 17407 if (Op.getOpcode() != ISD::EXTRACT_VECTOR_ELT || 17408 !isa<ConstantSDNode>(Op.getOperand(1))) 17410 SDValue ExtractedFromVec = Op.getOperand(0); 17412 const APInt &ExtractIdx = Op.getConstantOperandAPInt(1);