Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:EXTRACT_ELEMENT

2895   case ISD::EXTRACT_ELEMENT:
2896 assert(N2C && (unsigned)N2C->getZExtValue() < 2 && "Bad EXTRACT_ELEMENT!");
2900 "Wrong types for EXTRACT_ELEMENT!");
2902 // EXTRACT_ELEMENT of BUILD_PAIR is often formed while legalize is expanding
2908 // EXTRACT_ELEMENT of a constant int is also very common.