Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DConstantsContext.h187 class InsertValueConstantExpr : public ConstantExpr {
195 InsertValueConstantExpr(Constant *Agg, Constant *Val, in InsertValueConstantExpr() function
296 struct OperandTraits<InsertValueConstantExpr> :
297 public FixedNumOperandTraits<InsertValueConstantExpr, 2> {
299 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(InsertValueConstantExpr, Value)
496 return new InsertValueConstantExpr(Ops[0], Ops[1], Indexes, Ty);
DLLVMContextImpl.cpp235 void InsertValueConstantExpr::anchor() { } in anchor()
DConstants.cpp1188 return cast<InsertValueConstantExpr>(this)->Indices; in getIndices()