Searched defs:SelI (Results 1 – 4 of 4) sorted by relevance
683 bool PolynomialMultiplyRecognize::matchLeftShift(SelectInst *SelI, in matchLeftShift()798 bool PolynomialMultiplyRecognize::matchRightShift(SelectInst *SelI, in matchRightShift()873 bool PolynomialMultiplyRecognize::scanSelect(SelectInst *SelI, in scanSelect()1834 SelectInst *SelI = (T && isa<SelectInst>(T)) ? cast<SelectInst>(T) : SI; in recognize() local1868 SelectInst *SelI = dyn_cast_or_null<SelectInst>(T); in recognize() local1885 SelectInst *SelI = dyn_cast<SelectInst>(&In); in recognize() local
168 auto *SelI = cast<Instruction>(SelVal); in substituteLPadValues() local
466 } else if (SelectInst *SelI = dyn_cast<SelectInst>(Current)) { in isCandidate() local
5018 bool AArch64InstructionSelector::tryOptSelectConjunction(GSelect &SelI, in tryOptSelectConjunction()