Searched refs:VecC0 (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | VectorCombine.cpp | 522 Constant *VecC0 = nullptr, *VecC1 = nullptr; in scalarizeBinopOrCmp() local 525 if (!match(Ins0, m_InsertElt(m_Constant(VecC0), m_Value(V0), in scalarizeBinopOrCmp() 527 !match(Ins0, m_Constant(VecC0))) in scalarizeBinopOrCmp() 591 V0 = ConstantExpr::getExtractElement(VecC0, Builder.getInt64(Index)); in scalarizeBinopOrCmp() 607 Constant *NewVecC = IsCmp ? ConstantExpr::getCompare(Pred, VecC0, VecC1) in scalarizeBinopOrCmp() 608 : ConstantExpr::get(Opcode, VecC0, VecC1); in scalarizeBinopOrCmp()
|