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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6193 StoreSDNode *PrevST = cast<StoreSDNode>(Chain); local
6194 if (PrevST->getBasePtr() == Ptr &&
6195 PrevST->getValue().getValueType() == N->getValueType(0))

Completed in 49 milliseconds