Searched refs:AddrInst (Results 1 – 2 of 2) sorted by relevance
3875 bool matchOperationAddr(User *AddrInst, unsigned Opcode, unsigned Depth,5147 bool AddressingModeMatcher::matchOperationAddr(User *AddrInst, unsigned Opcode, in matchOperationAddr() argument5161 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()5163 auto AS = AddrInst->getType()->getPointerAddressSpace(); in matchOperationAddr()5166 if (TLI.getValueType(DL, AddrInst->getOperand(0)->getType()) == PtrTy) in matchOperationAddr()5167 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()5173 if (AddrInst->getOperand(0)->getType()->isIntOrPtrTy() && in matchOperationAddr()5177 AddrInst->getOperand(0)->getType() != AddrInst->getType()) in matchOperationAddr()5178 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()5182 AddrInst->getOperand(0)->getType()->getPointerAddressSpace(); in matchOperationAddr()[all …]
454 if (auto *AddrInst = dyn_cast_or_null<IntToPtrInst>(Addr)) { in doExtraRewritesBeforeFinalDeletion() local461 auto *OrigBiasInst = dyn_cast<BinaryOperator>(AddrInst->getOperand(0)); in doExtraRewritesBeforeFinalDeletion()