Searched refs:OtherBC (Results 1 – 1 of 1) sorted by relevance
20426 SDValue OtherBC = peekThroughBitcasts(Other->getValue()); in getStoreMergeCandidates() local20435 auto *OtherLd = dyn_cast<LoadSDNode>(OtherBC); in getStoreMergeCandidates()20461 if (getStoreSource(OtherBC) != StoreSource::Constant) in getStoreMergeCandidates()20468 if (!MemVT.bitsEq(OtherBC.getValueType())) in getStoreMergeCandidates()20470 if (OtherBC.getOpcode() != ISD::EXTRACT_VECTOR_ELT && in getStoreMergeCandidates()20471 OtherBC.getOpcode() != ISD::EXTRACT_SUBVECTOR) in getStoreMergeCandidates()