Searched refs:PrevElemTy (Results 1 – 1 of 1) sorted by relevance
963 if (Type *PrevElemTy = GR->findDeducedElementType(CI)) { in deduceOperandElementTypeFunctionRet() local966 propagateElemType(CI, PrevElemTy, VisitedSubst); in deduceOperandElementTypeFunctionRet()1137 Type *PrevElemTy = GR->findDeducedElementType(Op); in deduceOperandElementType() local1157 propagateElemTypeRec(Op, KnownElemTy, PrevElemTy, VisitedSubst); in deduceOperandElementType()1530 Type *PrevElemTy = GR->findDeducedElementType(Pointer); in replacePointerOperandWithPtrCast() local1531 assert(PrevElemTy); in replacePointerOperandWithPtrCast()1535 propagateElemType(Pointer, PrevElemTy, VisitedSubst); in replacePointerOperandWithPtrCast()