Lines Matching refs:Dom
1118 // Dom: LHS+RHS1120 // If Dom can't sign overflow and Dom dominates I, optimize I to sext(Dom).1128 if (auto *Dom = findClosestMatchingDominator(Key, I)) {1129 Instruction *NewSExt = new SExtInst(Dom, I->getType(), "", I);