Searched refs:PrevST (Results 1 – 3 of 3) sorted by relevance
6193 StoreSDNode *PrevST = cast<StoreSDNode>(Chain); in visitLOAD() local6194 if (PrevST->getBasePtr() == Ptr && in visitLOAD()6195 PrevST->getValue().getValueType() == N->getValueType(0)) in visitLOAD()
12645 StoreSDNode *PrevST = cast<StoreSDNode>(Chain); in visitLOAD() local12646 if (PrevST->getBasePtr() == Ptr && in visitLOAD()12647 PrevST->getValue().getValueType() == N->getValueType(0)) in visitLOAD()12648 return CombineTo(N, PrevST->getOperand(1), Chain); in visitLOAD()
10100 StoreSDNode *PrevST = cast<StoreSDNode>(Chain); in visitLOAD() local10101 if (PrevST->getBasePtr() == Ptr && in visitLOAD()10102 PrevST->getValue().getValueType() == N->getValueType(0)) in visitLOAD()