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

  /external/llvm/lib/IR/
ConstantsContext.h 112 /// InsertElementConstantExpr - This class is private to
115 class InsertElementConstantExpr : public ConstantExpr {
123 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3)
312 struct OperandTraits<InsertElementConstantExpr>
313 : public FixedNumOperandTraits<InsertElementConstantExpr, 3> {};
314 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(InsertElementConstantExpr, Value)
526 return new InsertElementConstantExpr(Ops[0], Ops[1], Ops[2]);
LLVMContextImpl.cpp 248 void InsertElementConstantExpr::anchor() { }

Completed in 46 milliseconds