Home
last modified time | relevance | path

Searched refs:NextS (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DRedundantBranchConditionCheck.cpp33 static bool isChangedBefore(const Stmt *S, const Stmt *NextS, const Stmt *PrevS, in isChangedBefore() argument
41 SM.isBeforeInTranslationUnit(MutS->getEndLoc(), NextS->getBeginLoc()); in isChangedBefore()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp11074 InstructionsState NextS = getSameOpcode(ReducedVals[I + 1]); in tryToReduce() local
11075 if (NextS.getOpcode() == Instruction::ExtractElement && in tryToReduce()
11076 !NextS.isAltShuffle()) { in tryToReduce()
11084 if (!NextS.getOpcode() || !NextS.isOpcodeOrAlt(Inst)) in tryToReduce()