Searched refs:I2P (Results 1 – 1 of 1) sorted by relevance
2199 if (auto *I2P = dyn_cast<IntToPtrInst>(V)) in isKnownNonZero() local2200 if (Q.DL.getTypeSizeInBits(I2P->getSrcTy()) <= in isKnownNonZero()2201 Q.DL.getTypeSizeInBits(I2P->getDestTy())) in isKnownNonZero()2202 return isKnownNonZero(I2P->getOperand(0), Depth, Q); in isKnownNonZero()