Searched refs:BitcastTy (Results 1 – 1 of 1) sorted by relevance
284 Type *BitcastTy = Ptr->getType(); in getGEPInstruction() local286 if (!isa<PointerType>(BitcastTy) || !isa<PointerType>(GEPTy)) in getGEPInstruction()288 Type *Pointee1Ty = cast<PointerType>(BitcastTy)->getPointerElementType(); in getGEPInstruction()