Searched refs:StrippedBasePtr (Results 1 – 2 of 2) sorted by relevance
146 Value *StrippedBasePtr = BasePtr; in IsPtrInBounds() local147 while (BitCastInst *BC = dyn_cast<BitCastInst>(StrippedBasePtr)) in IsPtrInBounds()148 StrippedBasePtr = BC->getOperand(0); in IsPtrInBounds()149 if (GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(StrippedBasePtr)) in IsPtrInBounds()
4131 Value *StrippedBasePtr = in SimplifyGEPInst() local4137 m_Sub(m_Zero(), m_PtrToInt(m_Specific(StrippedBasePtr))))) { in SimplifyGEPInst()4143 m_Xor(m_PtrToInt(m_Specific(StrippedBasePtr)), m_AllOnes()))) { in SimplifyGEPInst()