Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstantsContext.h108 class InsertElementConstantExpr : public ConstantExpr {
115 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3) in InsertElementConstantExpr() function
266 struct OperandTraits<InsertElementConstantExpr> :
267 public FixedNumOperandTraits<InsertElementConstantExpr, 3> {
269 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(InsertElementConstantExpr, Value)
424 return new InsertElementConstantExpr(V.operands[0], V.operands[1],
/external/llvm/lib/IR/
DConstantsContext.h113 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]);
DLLVMContextImpl.cpp224 void InsertElementConstantExpr::anchor() { } in anchor()