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

/external/llvm/lib/IR/
H A DLLVMContextImpl.cpp146 void InsertElementConstantExpr::anchor() { }
H A DConstantsContext.h111 /// InsertElementConstantExpr - This class is private to
114 class InsertElementConstantExpr : public ConstantExpr { class in namespace:llvm
122 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3) function in class:llvm::InsertElementConstantExpr
279 struct OperandTraits<InsertElementConstantExpr> :
280 public FixedNumOperandTraits<InsertElementConstantExpr, 3> {
282 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(InsertElementConstantExpr, Value)
449 return new InsertElementConstantExpr(V.operands[0], V.operands[1],

Completed in 43 milliseconds