Home
last modified time | relevance | path

Searched refs:AddWithCst (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2147 Instruction *AddWithCst = cast<Instruction>(I.getOperand(0)); in ProcessUGT_ADDCST_ADD() local
2148 if (!AddWithCst->hasOneUse()) return nullptr; in ProcessUGT_ADDCST_ADD()
2175 Instruction *OrigAdd = cast<Instruction>(AddWithCst->getOperand(0)); in ProcessUGT_ADDCST_ADD()
2177 if (U == AddWithCst) continue; in ProcessUGT_ADDCST_ADD()