Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DConstantsContext.h148 class ShuffleVectorConstantExpr : public ConstantExpr {
150 ShuffleVectorConstantExpr(Constant *C1, Constant *C2, Constant *C3) in ShuffleVectorConstantExpr() function
322 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]);