Searched refs:RK_IntegerAnd (Results 1 - 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Vectorize/ | ||
H A D | LoopVectorize.cpp | 577 RK_IntegerAnd, ///< Bitwise or logical AND of numbers. enumerator in enum:__anon11117::LoopVectorizationLegality::ReductionKind 2485 case RK_IntegerAnd: 2509 case LoopVectorizationLegality::RK_IntegerAnd: 3727 if (AddReductionVar(Phi, RK_IntegerAnd)) { 4300 return ReductionInstDesc(Kind == RK_IntegerAnd, I); |
Completed in 66 milliseconds