Searched refs:isUntypedPointerTy (Results 1 – 3 of 3) sorted by relevance
283 inline bool isUntypedPointerTy(const Type *T) { in isUntypedPointerTy() function289 return isUntypedPointerTy(T) || isTypedPointerTy(T); in isPointerTy()369 if (!isUntypedPointerTy(Ty1) || !Ty2) in isUntypedEquivalentToTyExt()388 return isUntypedPointerTy(Ty) in toTypedPointer()399 if (isUntypedPointerTy(PTy)) { in toTypedFunPointer()
368 if (!isUntypedPointerTy(Ty)) in reconstructType()550 if (isUntypedPointerTy(RefTy)) { in maybeAssignPtrType()817 if (PointeeTy && !isUntypedPointerTy(PointeeTy)) in getAtomicElemTy()1029 if (isUntypedPointerTy(KnownElemTy)) in deduceOperandElementType()1032 if (PointeeTy && !isUntypedPointerTy(PointeeTy)) in deduceOperandElementType()1041 if (PointeeTy && !isUntypedPointerTy(PointeeTy)) in deduceOperandElementType()1136 (!Ty || AskTy || isUntypedPointerTy(Ty) || isTodoType(Op))) { in deduceOperandElementType()2178 if (!isUntypedPointerTy(Arg->getType())) in processParamTypesByFunHeader()2226 if (!isUntypedPointerTy(Arg->getType())) in processParamTypes()
426 if (isUntypedPointerTy(FRetTy)) { in lowerFormalArguments()571 if (isUntypedPointerTy(OrigRetTy)) { in lowerCall()