Searched refs:ShuffleVectorConstantExpr (Results 1 – 2 of 2) sorted by relevance
137 class ShuffleVectorConstantExpr : public ConstantExpr {145 ShuffleVectorConstantExpr(Constant *C1, Constant *C2, Constant *C3) in ShuffleVectorConstantExpr() function284 struct OperandTraits<ShuffleVectorConstantExpr> :285 public FixedNumOperandTraits<ShuffleVectorConstantExpr, 3> {287 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(ShuffleVectorConstantExpr, Value)494 return new ShuffleVectorConstantExpr(Ops[0], Ops[1], Ops[2]);
231 void ShuffleVectorConstantExpr::anchor() { } in anchor()