Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopIdiomVectorize.cpp519 Value *AllTrueMask = Constant::getAllOnesValue(TrueMaskTy); in createPredicatedFindMismatch() local
522 {VectorLhsGep, AllTrueMask, VL}, nullptr, "lhs.load"); in createPredicatedFindMismatch()
528 {VectorRhsGep, AllTrueMask, VL}, nullptr, "rhs.load"); in createPredicatedFindMismatch()
535 {VectorLhsLoad, VectorRhsLoad, Pred, AllTrueMask, VL}, nullptr, in createPredicatedFindMismatch()
539 {VectorMatchCmp, /*ZeroIsPoison=*/Builder.getInt1(false), AllTrueMask, in createPredicatedFindMismatch()
H A DLoopVectorize.cpp9244 Value *AllTrueMask = in createReverseEVL() local
9247 {Operand, AllTrueMask, EVL}, nullptr, Name); in createReverseEVL()