Searched refs:PointerElemTy (Results 1 – 1 of 1) sorted by relevance
1059 Type *PointerElemTy = deduceElementTypeHelper(Pointer, false); in replacePointerOperandWithPtrCast() local1060 if (PointerElemTy == ExpectedElementType || in replacePointerOperandWithPtrCast()1061 isEquivalentTypes(PointerElemTy, ExpectedElementType)) in replacePointerOperandWithPtrCast()