Searched refs:InsertElementConstantExpr (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/IR/ |
D | ConstantsContext.h | 113 class InsertElementConstantExpr : public ConstantExpr { 121 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3) in InsertElementConstantExpr() function 304 struct OperandTraits<InsertElementConstantExpr> 305 : public FixedNumOperandTraits<InsertElementConstantExpr, 3> {}; 306 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(InsertElementConstantExpr, Value) 518 return new InsertElementConstantExpr(Ops[0], Ops[1], Ops[2]);
|
D | LLVMContextImpl.cpp | 224 void InsertElementConstantExpr::anchor() { } in anchor()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | ConstantsContext.h | 126 class InsertElementConstantExpr : public ConstantExpr { 128 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3) in InsertElementConstantExpr() function 317 struct OperandTraits<InsertElementConstantExpr> 318 : public FixedNumOperandTraits<InsertElementConstantExpr, 3> {}; 319 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(InsertElementConstantExpr, Value) 544 return new InsertElementConstantExpr(Ops[0], Ops[1], Ops[2]);
|