HomeSort by relevance Sort by last modified time
    Searched refs:InsertElementConstantExpr (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/IR/
ConstantsContext.h 110 /// InsertElementConstantExpr - This class is private to
113 class InsertElementConstantExpr : public ConstantExpr {
121 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3)
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]);
LLVMContextImpl.cpp 224 void InsertElementConstantExpr::anchor() { }
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantsContext.h 105 /// InsertElementConstantExpr - This class is private to
108 class InsertElementConstantExpr : public ConstantExpr {
115 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3)
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],

Completed in 717 milliseconds