Home | History | Annotate | Download | only in Analysis

Lines Matching defs:Start

1438   // Start out not knowing anything.
1838 Value *Start = PN->getIncomingValue(0);
1840 if (isa<ConstantInt>(Induction) && !isa<ConstantInt>(Start))
1841 std::swap(Start, Induction);
1842 if (ConstantInt *C = dyn_cast<ConstantInt>(Start)) {
2865 // Start out with the entire array in the StringRef.