Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp20426 SDValue OtherBC = peekThroughBitcasts(Other->getValue()); in getStoreMergeCandidates() local
20435 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()