Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp7432 CmpInst::Predicate AltP = AltCI->getPredicate(); in buildTree_rec() local
7433 assert(MainP != AltP && in buildTree_rec()
7443 if (AltP == CmpInst::getSwappedPredicate(Cmp->getPredicate())) in buildTree_rec()
7667 CmpInst::Predicate AltP = AltCI->getPredicate(); in isAlternateInstruction() local
7668 assert(MainP != AltP && "Expected different main/alternate predicates."); in isAlternateInstruction()
7677 assert((MainP == P || AltP == P || MainP == SwappedP || AltP == SwappedP) && in isAlternateInstruction()
7680 (void)AltP; in isAlternateInstruction()