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

/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1641 assert(getExtensionType() == ETy && "LoadExtType encoding error!");
1647 /// getExtensionType - Return whether this is a plain node,
1649 ISD::LoadExtType getExtensionType() const { function in class:llvm::SDNode::LoadSDNode
1802 return Ld && Ld->getExtensionType() == ISD::NON_EXTLOAD &&
1810 cast<LoadSDNode>(N)->getExtensionType() == ISD::NON_EXTLOAD;
1817 cast<LoadSDNode>(N)->getExtensionType() == ISD::EXTLOAD;
1824 cast<LoadSDNode>(N)->getExtensionType() == ISD::SEXTLOAD;
1831 cast<LoadSDNode>(N)->getExtensionType() == ISD::ZEXTLOAD;

Completed in 74 milliseconds