Returns true if GEP should not be used to index into vectors for this target.
Synopsis
Declared in <llvm/Analysis/TargetTransformInfo.h>
bool
allowVectorElementIndexingUsingGEP() const;
Return Value
True if GEP should not be used to index into vectors for this.
Created with MrDocs