reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4002 GEPTy = VectorType::get(GEPTy, VT->getNumElements()); 4002 GEPTy = VectorType::get(GEPTy, VT->getNumElements()); 4004 GEPTy = VectorType::get(GEPTy, VT->getNumElements()); 4004 GEPTy = VectorType::get(GEPTy, VT->getNumElements()); 4007 return UndefValue::get(GEPTy); 4011 if (match(Ops[1], m_Zero()) && Ops[0]->getType() == GEPTy) 4020 if (TyAllocSize == 0 && Ops[0]->getType() == GEPTy) 4027 auto PtrToIntOrZero = [GEPTy](Value *P) -> Value * { 4029 return Constant::getNullValue(GEPTy); 4032 if (Temp->getType() == GEPTy) 4077 auto *CI = ConstantInt::get(GEPTy->getContext(), BasePtrOffset); 4078 return ConstantExpr::getIntToPtr(CI, GEPTy); 4083 auto *CI = ConstantInt::get(GEPTy->getContext(), BasePtrOffset - 1); 4084 return ConstantExpr::getIntToPtr(CI, GEPTy);