Searched refs:OtherBC (Results 1 – 2 of 2) sorted by relevance
15564 SDValue OtherBC = peekThroughBitcasts(Other->getValue()); in getStoreMergeCandidates() local15572 if (LoadSDNode *OtherLd = dyn_cast<LoadSDNode>(OtherBC)) { in getStoreMergeCandidates()15595 if (!(isa<ConstantSDNode>(OtherBC) || isa<ConstantFPSDNode>(OtherBC))) in getStoreMergeCandidates()15602 if (!MemVT.bitsEq(OtherBC.getValueType())) in getStoreMergeCandidates()15604 if (OtherBC.getOpcode() != ISD::EXTRACT_VECTOR_ELT && in getStoreMergeCandidates()15605 OtherBC.getOpcode() != ISD::EXTRACT_SUBVECTOR) in getStoreMergeCandidates()
16600 SDValue OtherBC = peekThroughBitcasts(Other->getValue()); in getStoreMergeCandidates() local16609 auto *OtherLd = dyn_cast<LoadSDNode>(OtherBC); in getStoreMergeCandidates()16632 if (!(isa<ConstantSDNode>(OtherBC) || isa<ConstantFPSDNode>(OtherBC))) in getStoreMergeCandidates()16639 if (!MemVT.bitsEq(OtherBC.getValueType())) in getStoreMergeCandidates()16641 if (OtherBC.getOpcode() != ISD::EXTRACT_VECTOR_ELT && in getStoreMergeCandidates()16642 OtherBC.getOpcode() != ISD::EXTRACT_SUBVECTOR) in getStoreMergeCandidates()