Searched defs:AddWithCst (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1671 Instruction *AddWithCst = cast<Instruction>(I.getOperand(0)); local
1672 if (!AddWithCst->hasOneUse()) return 0;
1699 Instruction *OrigAdd = cast<Instruction>(AddWithCst->getOperand(0));
1702 if (*UI == AddWithCst) continue;

Completed in 47 milliseconds