Searched refs:InsertValueConstantExpr (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | ConstantsContext.h | 178 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],
|
D | Constants.cpp | 784 return cast<InsertValueConstantExpr>(this)->Indices; in getIndices()
|
/external/llvm/lib/IR/ |
D | ConstantsContext.h | 192 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);
|
D | LLVMContextImpl.cpp | 230 void InsertValueConstantExpr::anchor() { } in anchor()
|
D | Constants.cpp | 1107 return cast<InsertValueConstantExpr>(this)->Indices; in getIndices()
|