Home
last modified time | relevance | path

Searched refs:IndexWidth (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/IR/
DVerifier.cpp2904 unsigned IndexWidth = IndexTy->getVectorNumElements(); in visitGetElementPtrInst() local
2905 Assert(IndexWidth == GEPWidth, "Invalid GEP index vector width", &GEP); in visitGetElementPtrInst()