reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4042 if (Depth >= 5) return false; 4051 return matchAddr(AddrInst->getOperand(0), Depth); 4057 return matchAddr(AddrInst->getOperand(0), Depth); 4068 return matchAddr(AddrInst->getOperand(0), Depth); 4075 return matchAddr(AddrInst->getOperand(0), Depth); 4090 if (matchAddr(AddrInst->getOperand(1), Depth+1) && 4091 matchAddr(AddrInst->getOperand(0), Depth+1)) 4100 if (matchAddr(AddrInst->getOperand(0), Depth+1) && 4101 matchAddr(AddrInst->getOperand(1), Depth+1)) 4124 return matchScaledValue(AddrInst->getOperand(0), Scale, Depth); 4168 if (matchAddr(AddrInst->getOperand(0), Depth+1)) { 4174 TLI.shouldConsiderGEPOffsetSplit() && Depth == 0 && 4208 if (!matchAddr(AddrInst->getOperand(0), Depth+1)) { 4221 Depth)) { 4232 VariableScale, Depth)) { 4281 if (!matchAddr(PromotedOperand, Depth) ||