Searched refs:ShuffleVectorConstantExpr (Results 1 – 1 of 1) sorted by relevance
148 class ShuffleVectorConstantExpr : public ConstantExpr {150 ShuffleVectorConstantExpr(Constant *C1, Constant *C2, Constant *C3) in ShuffleVectorConstantExpr() function322 struct OperandTraits<ShuffleVectorConstantExpr>323 : public FixedNumOperandTraits<ShuffleVectorConstantExpr, 3> {};324 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(ShuffleVectorConstantExpr, Value)548 return new ShuffleVectorConstantExpr(Ops[0], Ops[1], Ops[2]);