Searched refs:GEPTy (Results 1 – 2 of 2) sorted by relevance
3466 Type *GEPTy = PointerType::get(LastType, AS); in SimplifyGEPInst() local3468 GEPTy = VectorType::get(GEPTy, VT->getNumElements()); in SimplifyGEPInst()3471 return UndefValue::get(GEPTy); in SimplifyGEPInst()3491 auto PtrToIntOrZero = [GEPTy](Value *P) -> Value * { in SimplifyGEPInst()3493 return Constant::getNullValue(GEPTy); in SimplifyGEPInst()3496 if (Temp->getType() == GEPTy) in SimplifyGEPInst()
285 Type *GEPTy = cast<BitCastInst>(Ptr)->getSrcTy(); in getGEPInstruction() local286 if (!isa<PointerType>(BitcastTy) || !isa<PointerType>(GEPTy)) in getGEPInstruction()289 Type *Pointee2Ty = cast<PointerType>(GEPTy)->getPointerElementType(); in getGEPInstruction()