Searched refs:StoreA (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1456 auto *StoreA = cast<StoreSDNode>(N); local
1457 auto *LoadA = cast<LoadSDNode>(StoreA->getValue().getOperand(1 - I));
1458 auto *LoadB = cast<LoadSDNode>(StoreA->getValue().getOperand(I));
1459 return !LoadA->isVolatile() && canUseBlockOperation(StoreA, LoadB);

Completed in 114 milliseconds