Searched defs:IntVec (Results 1 – 7 of 7) sorted by relevance
37 public class IntVec { class42 public IntVec() { in IntVec() method in IntVec46 public IntVec(int startSize) { in IntVec() method in IntVec
53 typedef vector<int> IntVec; in mismatch1() typedef
55 typedef vector <int> IntVec; in search1() typedef
98 typedef vector <int> IntVec; in findif1() typedef
51 typedef vector <int> IntVec; in equal_range1() typedef
56 typedef Int IntVec __attribute__((vector_size(16))); typedef
7469 SDValue IntVec = StVal.getOperand(0); in PerformSTORECombine() local