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

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

Completed in 110 milliseconds