Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp348 Value *StrippedBasePtr = BasePtr; in IsPtrInBounds() local
349 while (BitCastInst *BC = dyn_cast<BitCastInst>(StrippedBasePtr)) in IsPtrInBounds()
350 StrippedBasePtr = BC->getOperand(0); in IsPtrInBounds()
351 if (GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(StrippedBasePtr)) in IsPtrInBounds()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5101 Value *StrippedBasePtr = in simplifyGEPInst() local
5110 m_Neg(m_PtrToInt(m_Specific(StrippedBasePtr)))) && in simplifyGEPInst()
5117 m_Xor(m_PtrToInt(m_Specific(StrippedBasePtr)), m_AllOnes())) && in simplifyGEPInst()