Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1992 bool MightCreatePoisonOrUB = in foldSelectShuffleWith1Binop() local
1995 if (MightCreatePoisonOrUB) in foldSelectShuffleWith1Binop()
2007 if (is_contained(Mask, UndefMaskElem) && !MightCreatePoisonOrUB) in foldSelectShuffleWith1Binop()
2123 bool MightCreatePoisonOrUB = in foldSelectShuffle() local
2126 if (MightCreatePoisonOrUB) in foldSelectShuffle()
2149 if (MightCreatePoisonOrUB && !ConstantsAreOp1) in foldSelectShuffle()
2175 if (is_contained(Mask, UndefMaskElem) && !MightCreatePoisonOrUB) in foldSelectShuffle()