Searched refs:AddrInst (Results 1 – 2 of 2) sorted by relevance
4730 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()4736 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()4746 AddrInst->getOperand(0)->getType() != AddrInst->getType()) in matchOperationAddr()4747 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()4754 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()4772 if (isa<ConstantInt>(AddrInst->getOperand(First)) in matchOperationAddr()4820 gep_type_iterator GTI = gep_type_begin(AddrInst); in matchOperationAddr()4871 Value *Base = AddrInst->getOperand(0); in matchOperationAddr()4895 if (!cast<GEPOperator>(AddrInst)->isInBounds()) in matchOperationAddr()4907 AddrMode.BaseReg = AddrInst->getOperand(0); in matchOperationAddr()[all …]
351 if (auto *AddrInst = dyn_cast_or_null<IntToPtrInst>(Addr)) { in doExtraRewritesBeforeFinalDeletion() local358 auto *OrigBiasInst = dyn_cast<BinaryOperator>(AddrInst->getOperand(0)); in doExtraRewritesBeforeFinalDeletion()