Home | History | Annotate | Download | only in Analysis

Lines Matching full:resultty

540                                 Type *ResultTy,
543 Type *IntPtrTy = TD->getIntPtrType(ResultTy->getContext());
575 Type *ResultTy,
591 cast<PointerType>(ResultTy)->getElementType()->isIntegerTy(8)) {
599 Res = ConstantExpr::getIntToPtr(Res, ResultTy);
644 return ConstantExpr::getIntToPtr(C, ResultTy);
695 } while (Ty != cast<PointerType>(ResultTy)->getElementType());
711 if (Ty != cast<PointerType>(ResultTy)->getElementType())
712 C = FoldBitCast(C, ResultTy, *TD);