Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp563 auto *AltInst = cast<CmpInst>(VL[AltIndex]); in getSameOpcode() local
564 CmpInst::Predicate AltPred = AltInst->getPredicate(); in getSameOpcode()
565 Value *AltOp0 = AltInst->getOperand(0); in getSameOpcode()
566 Value *AltOp1 = AltInst->getOperand(1); in getSameOpcode()
582 auto *AltInst = cast<CmpInst>(VL[AltIndex]); in getSameOpcode() local
583 CmpInst::Predicate AltPred = AltInst->getPredicate(); in getSameOpcode()