Searched refs:AddrInst (Results 1 – 1 of 1) sorted by relevance
2609 bool AddressingModeMatcher::MatchOperationAddr(User *AddrInst, unsigned Opcode, in MatchOperationAddr() argument2622 return MatchAddr(AddrInst->getOperand(0), Depth); in MatchOperationAddr()2625 if (TLI.getValueType(AddrInst->getOperand(0)->getType()) == in MatchOperationAddr()2626 TLI.getPointerTy(AddrInst->getType()->getPointerAddressSpace())) in MatchOperationAddr()2627 return MatchAddr(AddrInst->getOperand(0), Depth); in MatchOperationAddr()2633 if ((AddrInst->getOperand(0)->getType()->isPointerTy() || in MatchOperationAddr()2634 AddrInst->getOperand(0)->getType()->isIntegerTy()) && in MatchOperationAddr()2638 AddrInst->getOperand(0)->getType() != AddrInst->getType()) in MatchOperationAddr()2639 return MatchAddr(AddrInst->getOperand(0), Depth); in MatchOperationAddr()2652 if (MatchAddr(AddrInst->getOperand(1), Depth+1) && in MatchOperationAddr()[all …]