Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DConstantsContext.h126 class InsertElementConstantExpr : public ConstantExpr {
128 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3) in InsertElementConstantExpr() function
317 struct OperandTraits<InsertElementConstantExpr>
318 : public FixedNumOperandTraits<InsertElementConstantExpr, 3> {};
319 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(InsertElementConstantExpr, Value)
546 return new InsertElementConstantExpr(Ops[0], Ops[1], Ops[2]);