Searched refs:StrippedBasePtr (Results 1 – 5 of 5) sorted by relevance
124 Value *StrippedBasePtr = BasePtr; in IsPtrInBounds() local125 while (BitCastInst *BC = dyn_cast<BitCastInst>(StrippedBasePtr)) in IsPtrInBounds()126 StrippedBasePtr = BC->getOperand(0); in IsPtrInBounds()127 if (GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(StrippedBasePtr)) in IsPtrInBounds()
257 Value *StrippedBasePtr = BasePtr; in IsPtrInBounds() local258 while (BitCastInst *BC = dyn_cast<BitCastInst>(StrippedBasePtr)) in IsPtrInBounds()259 StrippedBasePtr = BC->getOperand(0); in IsPtrInBounds()260 if (GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(StrippedBasePtr)) in IsPtrInBounds()
255 Value *StrippedBasePtr = BasePtr; in IsPtrInBounds() local256 while (BitCastInst *BC = dyn_cast<BitCastInst>(StrippedBasePtr)) in IsPtrInBounds()257 StrippedBasePtr = BC->getOperand(0); in IsPtrInBounds()258 if (GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(StrippedBasePtr)) in IsPtrInBounds()
4123 Value *StrippedBasePtr = in SimplifyGEPInst() local4129 m_Sub(m_Zero(), m_PtrToInt(m_Specific(StrippedBasePtr))))) { in SimplifyGEPInst()4135 m_Xor(m_PtrToInt(m_Specific(StrippedBasePtr)), m_AllOnes()))) { in SimplifyGEPInst()
4277 Value *StrippedBasePtr = in SimplifyGEPInst() local4283 m_Sub(m_Zero(), m_PtrToInt(m_Specific(StrippedBasePtr))))) { in SimplifyGEPInst()4289 m_Xor(m_PtrToInt(m_Specific(StrippedBasePtr)), m_AllOnes()))) { in SimplifyGEPInst()