Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp10524 static bool isBoolLogicOp(Instruction *I) { in isBoolLogicOp() function in __anon9e073aa49111::HorizontalReduction
10536 isBoolLogicOp(I)) in isVectorizable()
10752 if (isCmpSelMinMax(I) || (isBoolLogicOp(I) && isa<SelectInst>(I))) { in hasSameParent()
11274 if (isa<SelectInst>(RdxRootInst) && isBoolLogicOp(RdxRootInst)) in tryToReduce()