Searched refs:GEPTy (Results 1 – 1 of 1) sorted by relevance
3258 Type *GEPTy = PointerType::get(LastType, AS); in SimplifyGEPInst() local3260 GEPTy = VectorType::get(GEPTy, VT->getNumElements()); in SimplifyGEPInst()3263 return UndefValue::get(GEPTy); in SimplifyGEPInst()3283 auto PtrToIntOrZero = [GEPTy](Value *P) -> Value * { in SimplifyGEPInst()3285 return Constant::getNullValue(GEPTy); in SimplifyGEPInst()3288 if (Temp->getType() == GEPTy) in SimplifyGEPInst()