Searched refs:NextS (Results 1 – 2 of 2) sorted by relevance
33 static bool isChangedBefore(const Stmt *S, const Stmt *NextS, const Stmt *PrevS, in isChangedBefore() argument41 SM.isBeforeInTranslationUnit(MutS->getEndLoc(), NextS->getBeginLoc()); in isChangedBefore()
11074 InstructionsState NextS = getSameOpcode(ReducedVals[I + 1]); in tryToReduce() local11075 if (NextS.getOpcode() == Instruction::ExtractElement && in tryToReduce()11076 !NextS.isAltShuffle()) { in tryToReduce()11084 if (!NextS.getOpcode() || !NextS.isOpcodeOrAlt(Inst)) in tryToReduce()