Searched defs:InsertElementConstantExpr (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/IR/
H A DConstantsContext.h114 /// InsertElementConstantExpr - This class is private to
117 class InsertElementConstantExpr : public ConstantExpr { class in namespace:llvm
125 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3) function in class:llvm::InsertElementConstantExpr
282 struct OperandTraits<InsertElementConstantExpr> :
283 public FixedNumOperandTraits<InsertElementConstantExpr, 3> {
285 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(InsertElementConstantExpr, Value)
441 return new InsertElementConstantExpr(V.operands[0], V.operands[1],

Completed in 78 milliseconds