Searched refs:StrippedBasePtr (Results 1 – 2 of 2) sorted by relevance
357 Value *StrippedBasePtr = BasePtr; in IsPtrInBounds() local358 while (BitCastInst *BC = dyn_cast<BitCastInst>(StrippedBasePtr)) in IsPtrInBounds()359 StrippedBasePtr = BC->getOperand(0); in IsPtrInBounds()360 if (GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(StrippedBasePtr)) in IsPtrInBounds()
5075 Value *StrippedBasePtr = in simplifyGEPInst() local5084 m_Neg(m_PtrToInt(m_Specific(StrippedBasePtr)))) && in simplifyGEPInst()5091 m_Xor(m_PtrToInt(m_Specific(StrippedBasePtr)), m_AllOnes())) && in simplifyGEPInst()