Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Built

8838   // A vector built entirely of undefs is undef.
9812 std::vector<SDNode*> Built;
9813 SDValue S = TLI.BuildSDIV(N, DAG, LegalOperations, &Built);
9815 for (std::vector<SDNode*>::iterator ii = Built.begin(), ee = Built.end();
9826 std::vector<SDNode*> Built;
9827 SDValue S = TLI.BuildUDIV(N, DAG, LegalOperations, &Built);
9829 for (std::vector<SDNode*>::iterator ii = Built.begin(), ee = Built.end();