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

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

Completed in 50 milliseconds