Searched defs:getExtensionType (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1846 assert(getExtensionType() == ETy && "LoadExtType encoding error!");
1852 /// getExtensionType - Return whether this is a plain node,
1854 ISD::LoadExtType getExtensionType() const { function in class:LoadSDNode
2007 return Ld && Ld->getExtensionType() == ISD::NON_EXTLOAD &&
2015 cast<LoadSDNode>(N)->getExtensionType() == ISD::NON_EXTLOAD;
2022 cast<LoadSDNode>(N)->getExtensionType() == ISD::EXTLOAD;
2029 cast<LoadSDNode>(N)->getExtensionType() == ISD::SEXTLOAD;
2036 cast<LoadSDNode>(N)->getExtensionType() == ISD::ZEXTLOAD;

Completed in 77 milliseconds