Home
last modified time | relevance | path

Searched refs:ExpandIntOp_STORE (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h480 SDValue ExpandIntOp_STORE(StoreSDNode *N, unsigned OpNo);
H A DLegalizeIntegerTypes.cpp4204 case ISD::STORE: Res = ExpandIntOp_STORE(cast<StoreSDNode>(N), OpNo); break; in ExpandIntegerOperand()
4501 SDValue DAGTypeLegalizer::ExpandIntOp_STORE(StoreSDNode *N, unsigned OpNo) { in ExpandIntOp_STORE() function in DAGTypeLegalizer