Searched refs:ConstantsAreOp1 (Results 1 – 1 of 1) sorted by relevance
2279 bool ConstantsAreOp1; in foldSelectShuffle() local2282 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()