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

  /external/llvm/lib/IR/
LLVMContextImpl.cpp 149 void InsertElementConstantExpr::anchor() { }
ConstantsContext.h 114 /// InsertElementConstantExpr - This class is private to
117 class InsertElementConstantExpr : public ConstantExpr {
125 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3)
282 struct OperandTraits<InsertElementConstantExpr> :
283 public FixedNumOperandTraits<InsertElementConstantExpr, 3> {
285 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(InsertElementConstantExpr, Value)
441 return new InsertElementConstantExpr(V.operands[0], V.operands[1],

Completed in 344 milliseconds