Searched refs:AddWithCst (Results 1 – 3 of 3) sorted by relevance
1644 Instruction *AddWithCst = cast<Instruction>(I.getOperand(0)); in ProcessUGT_ADDCST_ADD() local1645 if (!AddWithCst->hasOneUse()) return 0; in ProcessUGT_ADDCST_ADD()1664 Instruction *OrigAdd = cast<Instruction>(AddWithCst->getOperand(0)); in ProcessUGT_ADDCST_ADD()1667 if (*UI == AddWithCst) continue; in ProcessUGT_ADDCST_ADD()
2505 Instruction *AddWithCst = cast<Instruction>(I.getOperand(0)); in ProcessUGT_ADDCST_ADD() local2506 if (!AddWithCst->hasOneUse()) return nullptr; in ProcessUGT_ADDCST_ADD()2533 Instruction *OrigAdd = cast<Instruction>(AddWithCst->getOperand(0)); in ProcessUGT_ADDCST_ADD()2535 if (U == AddWithCst) continue; in ProcessUGT_ADDCST_ADD()
1245 Instruction *AddWithCst = cast<Instruction>(I.getOperand(0)); in processUGT_ADDCST_ADD() local1246 if (!AddWithCst->hasOneUse()) in processUGT_ADDCST_ADD()1276 Instruction *OrigAdd = cast<Instruction>(AddWithCst->getOperand(0)); in processUGT_ADDCST_ADD()1278 if (U == AddWithCst) in processUGT_ADDCST_ADD()