Searched refs:LastIndexIsVector (Results 1 – 1 of 1) sorted by relevance
3357 VectorType *LastIndexIsVector = 0; in printGEPExpression() local3360 LastIndexIsVector = dyn_cast<VectorType>(*TmpI); in printGEPExpression()3368 if (LastIndexIsVector) { in printGEPExpression()3370 printType(Out, PointerType::getUnqual(LastIndexIsVector->getElementType())); in printGEPExpression()