Searched refs:MightCreatePoisonOrUB (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1524 bool MightCreatePoisonOrUB = local
1527 if (MightCreatePoisonOrUB)
1539 if (is_contained(Mask, UndefMaskElem) && !MightCreatePoisonOrUB)
1651 bool MightCreatePoisonOrUB = local
1654 if (MightCreatePoisonOrUB)
1676 if (MightCreatePoisonOrUB && !ConstantsAreOp1)
1701 if (is_contained(Mask, UndefMaskElem) && !MightCreatePoisonOrUB)

Completed in 102 milliseconds