Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1320 bool MightCreatePoisonOrUB = in foldSelectShuffleWith1Binop() local
1323 if (MightCreatePoisonOrUB) in foldSelectShuffleWith1Binop()
1335 if (Mask->containsUndefElement() && !MightCreatePoisonOrUB) in foldSelectShuffleWith1Binop()
1401 bool MightCreatePoisonOrUB = in foldSelectShuffle() local
1404 if (MightCreatePoisonOrUB) in foldSelectShuffle()
1426 if (MightCreatePoisonOrUB && !ConstantsAreOp1) in foldSelectShuffle()
1451 if (Mask->containsUndefElement() && !MightCreatePoisonOrUB) in foldSelectShuffle()