Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1883 bool MightCreatePoisonOrUB = in foldSelectShuffleWith1Binop() local
1886 if (MightCreatePoisonOrUB) in foldSelectShuffleWith1Binop()
1898 if (is_contained(Mask, UndefMaskElem) && !MightCreatePoisonOrUB) in foldSelectShuffleWith1Binop()
2011 bool MightCreatePoisonOrUB = in foldSelectShuffle() local
2014 if (MightCreatePoisonOrUB) in foldSelectShuffle()
2037 if (MightCreatePoisonOrUB && !ConstantsAreOp1) in foldSelectShuffle()
2062 if (is_contained(Mask, UndefMaskElem) && !MightCreatePoisonOrUB) in foldSelectShuffle()