Home
last modified time | relevance | path

Searched refs:StrippedBasePtr (Results 1 – 5 of 5) 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-10.0/llvm/lib/Target/PowerPC/
DPPCLoopInstrFormPrep.cpp257 Value *StrippedBasePtr = BasePtr; in IsPtrInBounds() local
258 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()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCLoopInstrFormPrep.cpp255 Value *StrippedBasePtr = BasePtr; in IsPtrInBounds() local
256 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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInstructionSimplify.cpp4123 Value *StrippedBasePtr = in SimplifyGEPInst() local
4129 m_Sub(m_Zero(), m_PtrToInt(m_Specific(StrippedBasePtr))))) { in SimplifyGEPInst()
4135 m_Xor(m_PtrToInt(m_Specific(StrippedBasePtr)), m_AllOnes()))) { in SimplifyGEPInst()
/external/llvm-project/llvm/lib/Analysis/
DInstructionSimplify.cpp4277 Value *StrippedBasePtr = in SimplifyGEPInst() local
4283 m_Sub(m_Zero(), m_PtrToInt(m_Specific(StrippedBasePtr))))) { in SimplifyGEPInst()
4289 m_Xor(m_PtrToInt(m_Specific(StrippedBasePtr)), m_AllOnes()))) { in SimplifyGEPInst()