Searched refs:PlainLoad (Results 1 – 2 of 2) sorted by relevance
842 LoadSDNode *PlainLoad = dyn_cast<LoadSDNode>(N); in tryLoad() local847 if (PlainLoad && PlainLoad->isIndexed()) in tryLoad()899 if (PlainLoad && (PlainLoad->getExtensionType() == ISD::SEXTLOAD)) in tryLoad()
843 LoadSDNode *PlainLoad = dyn_cast<LoadSDNode>(N); in tryLoad() local848 if (PlainLoad && PlainLoad->isIndexed()) in tryLoad()900 if (PlainLoad && (PlainLoad->getExtensionType() == ISD::SEXTLOAD)) in tryLoad()