Lines Matching defs:Built
28382 SmallVector<SDNode *, 8> Built;
28383 if (SDValue S = TLI.BuildSDIV(N, DAG, LegalOperations, LegalTypes, Built)) {
28384 for (SDNode *N : Built)
28403 SmallVector<SDNode *, 8> Built;
28404 if (SDValue S = TLI.BuildSDIVPow2(N, C->getAPIntValue(), DAG, Built)) {
28405 for (SDNode *N : Built)
28423 SmallVector<SDNode *, 8> Built;
28424 if (SDValue S = TLI.BuildUDIV(N, DAG, LegalOperations, LegalTypes, Built)) {
28425 for (SDNode *N : Built)
28444 SmallVector<SDNode *, 8> Built;
28445 if (SDValue S = TLI.BuildSREMPow2(N, C->getAPIntValue(), DAG, Built)) {
28446 for (SDNode *N : Built)