Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantsContext.h125 class InsertElementConstantExpr : public ConstantExpr {
127 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3) in InsertElementConstantExpr() function
316 struct OperandTraits<InsertElementConstantExpr>
317 : public FixedNumOperandTraits<InsertElementConstantExpr, 3> {};
318 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(InsertElementConstantExpr, Value)
547 return new InsertElementConstantExpr(Ops[0], Ops[1], Ops[2]);