Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp507 unsigned AltIndex = BaseIndex; in getSameOpcode() local
519 AltIndex = Cnt; in getSameOpcode()
533 AltIndex = Cnt; in getSameOpcode()
563 auto *AltInst = cast<CmpInst>(VL[AltIndex]); in getSameOpcode()
575 if (BaseIndex == AltIndex && BasePred != CurrentPred) { in getSameOpcode()
579 AltIndex = Cnt; in getSameOpcode()
582 auto *AltInst = cast<CmpInst>(VL[AltIndex]); in getSameOpcode()
594 cast<Instruction>(VL[AltIndex])); in getSameOpcode()