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

/freebsd-11.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1164 auto *StoreA = cast<StoreSDNode>(N); local
1165 auto *LoadA = cast<LoadSDNode>(StoreA->getValue().getOperand(1 - I));
1166 auto *LoadB = cast<LoadSDNode>(StoreA->getValue().getOperand(I));
1167 return !LoadA->isVolatile() && canUseBlockOperation(StoreA, LoadB);

Completed in 102 milliseconds