Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstantsContext.h178 class InsertValueConstantExpr : public ConstantExpr {
185 InsertValueConstantExpr(Constant *Agg, Constant *Val, in InsertValueConstantExpr() function
284 struct OperandTraits<InsertValueConstantExpr> :
285 public FixedNumOperandTraits<InsertValueConstantExpr, 2> {
287 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(InsertValueConstantExpr, Value)
430 return new InsertValueConstantExpr(V.operands[0], V.operands[1],
DConstants.cpp784 return cast<InsertValueConstantExpr>(this)->Indices; in getIndices()
/external/llvm/lib/IR/
DConstantsContext.h192 class InsertValueConstantExpr : public ConstantExpr {
200 InsertValueConstantExpr(Constant *Agg, Constant *Val, in InsertValueConstantExpr() function
319 struct OperandTraits<InsertValueConstantExpr>
320 : public FixedNumOperandTraits<InsertValueConstantExpr, 2> {};
321 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(InsertValueConstantExpr, Value)
522 return new InsertValueConstantExpr(Ops[0], Ops[1], Indexes, Ty);
DLLVMContextImpl.cpp230 void InsertValueConstantExpr::anchor() { } in anchor()
DConstants.cpp1107 return cast<InsertValueConstantExpr>(this)->Indices; in getIndices()