Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DConstantsContext.h115 class InsertElementConstantExpr : public ConstantExpr {
123 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3) in InsertElementConstantExpr() function
312 struct OperandTraits<InsertElementConstantExpr>
313 : public FixedNumOperandTraits<InsertElementConstantExpr, 3> {};
314 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(InsertElementConstantExpr, Value)
526 return new InsertElementConstantExpr(Ops[0], Ops[1], Ops[2]);
DLLVMContextImpl.cpp248 void InsertElementConstantExpr::anchor() { } in anchor()