Home | History | Annotate | Download | only in IR

Lines Matching refs:AT

162   // Exploit the fact that phi nodes always have at least one entry.
1368 // If there is at least one index, the top level type must be sized, otherwise
1651 // There's no fundamental reason why we require at least one index
1655 assert(Idxs.size() > 0 && "InsertValueInst must have at least one index");
1682 // There's no fundamental reason why we require at least one index.
1684 assert(Idxs.size() > 0 && "ExtractValueInst must have at least one index");
1712 if (ArrayType *AT = dyn_cast<ArrayType>(Agg)) {
1713 if (Index >= AT->getNumElements())
2130 // correspond to secondOp. In looking at the table below, keep in mind
3253 /// constructor also autoinserts at the end of the specified BasicBlock.