Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp1823 bool MightCreatePoisonOrUB = in foldSelectShuffleWith1Binop() local
1826 if (MightCreatePoisonOrUB) in foldSelectShuffleWith1Binop()
1838 if (is_contained(Mask, UndefMaskElem) && !MightCreatePoisonOrUB) in foldSelectShuffleWith1Binop()
1951 bool MightCreatePoisonOrUB = in foldSelectShuffle() local
1954 if (MightCreatePoisonOrUB) in foldSelectShuffle()
1977 if (MightCreatePoisonOrUB && !ConstantsAreOp1) in foldSelectShuffle()
2002 if (is_contained(Mask, UndefMaskElem) && !MightCreatePoisonOrUB) in foldSelectShuffle()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp1487 bool MightCreatePoisonOrUB = in foldSelectShuffleWith1Binop() local
1490 if (MightCreatePoisonOrUB) in foldSelectShuffleWith1Binop()
1502 if (Mask->containsUndefElement() && !MightCreatePoisonOrUB) in foldSelectShuffleWith1Binop()
1614 bool MightCreatePoisonOrUB = in foldSelectShuffle() local
1617 if (MightCreatePoisonOrUB) in foldSelectShuffle()
1639 if (MightCreatePoisonOrUB && !ConstantsAreOp1) in foldSelectShuffle()
1664 if (Mask->containsUndefElement() && !MightCreatePoisonOrUB) in foldSelectShuffle()