Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DInstructionSimplify.cpp3466 Type *GEPTy = PointerType::get(LastType, AS); in SimplifyGEPInst() local
3468 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()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp285 Type *GEPTy = cast<BitCastInst>(Ptr)->getSrcTy(); in getGEPInstruction() local
286 if (!isa<PointerType>(BitcastTy) || !isa<PointerType>(GEPTy)) in getGEPInstruction()
289 Type *Pointee2Ty = cast<PointerType>(GEPTy)->getPointerElementType(); in getGEPInstruction()