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

/external/llvm/lib/IR/
H A DConstantsContext.h187 /// InsertValueConstantExpr - This class is private to
190 class InsertValueConstantExpr : public ConstantExpr { class in namespace:llvm
198 InsertValueConstantExpr(Constant *Agg, Constant *Val, function in class:llvm::InsertValueConstantExpr
300 struct OperandTraits<InsertValueConstantExpr> :
301 public FixedNumOperandTraits<InsertValueConstantExpr, 2> {
303 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(InsertValueConstantExpr, Value)
447 return new InsertValueConstantExpr(V.operands[0], V.operands[1],

Completed in 760 milliseconds