Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp2279 bool ConstantsAreOp1; in foldSelectShuffle() local
2282 ConstantsAreOp1 = false; in foldSelectShuffle()
2287 ConstantsAreOp1 = true; in foldSelectShuffle()
2295 if (ConstantsAreOp1 && Opc0 != Opc1) { in foldSelectShuffle()
2330 ConstantsAreOp1); in foldSelectShuffle()
2351 if (MightCreatePoisonOrUB && !ConstantsAreOp1) in foldSelectShuffle()
2364 Value *NewBO = ConstantsAreOp1 ? Builder.CreateBinOp(BOpc, V, NewC) : in foldSelectShuffle()