Searched defs:SelI (Results 1 – 4 of 4) sorted by relevance
683 bool PolynomialMultiplyRecognize::matchLeftShift(SelectInst *SelI, in matchLeftShift()797 bool PolynomialMultiplyRecognize::matchRightShift(SelectInst *SelI, in matchRightShift()867 bool PolynomialMultiplyRecognize::scanSelect(SelectInst *SelI, in scanSelect()1828 SelectInst *SelI = (T && isa<SelectInst>(T)) ? cast<SelectInst>(T) : SI; in recognize() local1862 SelectInst *SelI = dyn_cast_or_null<SelectInst>(T); in recognize() local1879 SelectInst *SelI = dyn_cast<SelectInst>(&In); in recognize() local
184 auto *SelI = cast<Instruction>(SelVal); in substituteLPadValues() local
447 } else if (SelectInst *SelI = dyn_cast<SelectInst>(Current)) { in isCandidate() local
4908 bool AArch64InstructionSelector::tryOptSelectConjunction(GSelect &SelI, in tryOptSelectConjunction()