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

/external/llvm/lib/IR/
H A DLLVMContextImpl.cpp155 void InsertValueConstantExpr::anchor() { }
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],
H A DConstants.cpp1117 return cast<InsertValueConstantExpr>(this)->Indices;

Completed in 607 milliseconds