Searched refs:AddrInst (Results 1 – 1 of 1) sorted by relevance
4488 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()4504 AddrInst->getOperand(0)->getType() != AddrInst->getType()) in matchOperationAddr()4527 if (matchAddr(AddrInst->getOperand(1), Depth+1) && in matchOperationAddr()4528 matchAddr(AddrInst->getOperand(0), Depth+1)) in matchOperationAddr()4537 if (matchAddr(AddrInst->getOperand(0), Depth+1) && in matchOperationAddr()4538 matchAddr(AddrInst->getOperand(1), Depth+1)) in matchOperationAddr()4570 gep_type_iterator GTI = gep_type_begin(AddrInst); in matchOperationAddr()4622 Value *Base = AddrInst->getOperand(0); in matchOperationAddr()4646 if (!cast<GEPOperator>(AddrInst)->isInBounds()) in matchOperationAddr()4658 AddrMode.BaseReg = AddrInst->getOperand(0); in matchOperationAddr()[all …]