Searched refs:GEPs (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp690 SmallVector<const Value *, 32> GEPs; local
762 // Pattern-match simple GEPs.
818 GEPs.push_back(V);
835 I = GEPs.rbegin(), E = GEPs.rend(); I != E; ++I)

Completed in 65 milliseconds