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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1915 Instruction *AddWithCst = cast<Instruction>(I.getOperand(0)); local
1916 if (!AddWithCst->hasOneUse()) return nullptr;
1943 Instruction *OrigAdd = cast<Instruction>(AddWithCst->getOperand(0));
1945 if (U == AddWithCst) continue;

Completed in 73 milliseconds