Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp2154 bool Op0IsBinop; in foldSelectShuffleWith1Binop() local
2156 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()