Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A 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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4404 Value *StrippedBasePtr = in SimplifyGEPInst() local
4414 m_Sub(m_Zero(), m_PtrToInt(m_Specific(StrippedBasePtr)))) && in SimplifyGEPInst()
4421 m_Xor(m_PtrToInt(m_Specific(StrippedBasePtr)), m_AllOnes())) && in SimplifyGEPInst()