Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:BUILD_PAIR

1130   case ISD::BUILD_PAIR:         return visitBUILD_PAIR(N);
5275 /// CombineConsecutiveLoads - build_pair (load, load) -> load
5278 assert(N->getOpcode() == ISD::BUILD_PAIR);
5447 // bitconvert(build_pair(ld, ld)) -> ld iff load locations are consecutive.
5448 if (N0.getOpcode() == ISD::BUILD_PAIR) {