Searched refs:Op0IsBinop (Results 1 – 1 of 1) sorted by relevance
2154 bool Op0IsBinop; in foldSelectShuffleWith1Binop() local2156 Op0IsBinop = true; in foldSelectShuffleWith1Binop()2158 Op0IsBinop = false; in foldSelectShuffleWith1Binop()2165 auto *BO = cast<BinaryOperator>(Op0IsBinop ? Op0 : Op1); in foldSelectShuffleWith1Binop()2171 Value *X = Op0IsBinop ? Op1 : Op0; in foldSelectShuffleWith1Binop()2189 Constant *NewC = Op0IsBinop ? ConstantExpr::getShuffleVector(C, IdC, Mask) : in foldSelectShuffleWith1Binop()