Lines Matching defs:WO
3046 const WithOverflowInst *WO;
3047 if (match(I, m_ExtractValue<0>(m_WithOverflowInst(WO)))) {
3048 switch (WO->getBinaryOp()) {
3053 WO->getArgOperand(0), WO->getArgOperand(1),
3058 WO->getArgOperand(0), WO->getArgOperand(1));
3061 WO->getArgOperand(0), WO->getArgOperand(1),
7159 bool llvm::isOverflowIntrinsicNoWrap(const WithOverflowInst *WO,
7164 for (const User *U : WO->users()) {