Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DInstructionSimplify.cpp3258 Type *GEPTy = PointerType::get(LastType, AS); in SimplifyGEPInst() local
3260 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()