Searched refs:StoreA (Results 1 – 1 of 1) sorted by relevance
1028 auto *StoreA = cast<StoreSDNode>(N); in storeLoadCanUseBlockBinary() local1029 auto *LoadA = cast<LoadSDNode>(StoreA->getValue().getOperand(1 - I)); in storeLoadCanUseBlockBinary()1030 auto *LoadB = cast<LoadSDNode>(StoreA->getValue().getOperand(I)); in storeLoadCanUseBlockBinary()1031 return !LoadA->isVolatile() && canUseBlockOperation(StoreA, LoadB); in storeLoadCanUseBlockBinary()