Home
last modified time | relevance | path

Searched refs:StrippedBasePtr (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCLoopPreIncPrep.cpp124 Value *StrippedBasePtr = BasePtr; in IsPtrInBounds() local
125 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCLoopPreIncPrep.cpp146 Value *StrippedBasePtr = BasePtr; in IsPtrInBounds() local
147 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInstructionSimplify.cpp3943 Value *StrippedBasePtr = in SimplifyGEPInst() local
3949 m_Sub(m_Zero(), m_PtrToInt(m_Specific(StrippedBasePtr))))) { in SimplifyGEPInst()
3955 m_Xor(m_PtrToInt(m_Specific(StrippedBasePtr)), m_AllOnes()))) { in SimplifyGEPInst()