Searched refs:isUNINDEXEDStore (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp743 assert(ISD::isUNINDEXEDStore(N) && "Indexed store during type legalization!");
1431 assert(ISD::isUNINDEXEDStore(N) && "Indexed store during type legalization!");
H A DLegalizeIntegerTypes.cpp1026 assert(ISD::isUNINDEXEDStore(N) && "Indexed store during type legalization!");
2682 assert(ISD::isUNINDEXEDStore(N) && "Indexed store during type legalization!");
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1855 /// isUNINDEXEDStore - Returns true if the specified node is an
1857 inline bool isUNINDEXEDStore(const SDNode *N) { function in namespace:llvm::SDNode::ISD

Completed in 123 milliseconds