reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
18237 if (isNullConstant(Index) && V.getOpcode() == ISD::EXTRACT_SUBVECTOR && 18249 if (isa<ConstantSDNode>(Index) && V.getOpcode() == ISD::BITCAST && 18278 if (V.getOpcode() == ISD::CONCAT_VECTORS && isa<ConstantSDNode>(Index) && 18291 if (auto *IdxC = dyn_cast<ConstantSDNode>(Index)) { 18334 auto *ExtIdx = dyn_cast<ConstantSDNode>(Index); 18348 Index);