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

  /external/llvm/lib/IR/
ConstantsContext.h 191 /// InsertValueConstantExpr - This class is private to
194 class InsertValueConstantExpr : public ConstantExpr {
202 InsertValueConstantExpr(Constant *Agg, Constant *Val,
327 struct OperandTraits<InsertValueConstantExpr>
328 : public FixedNumOperandTraits<InsertValueConstantExpr, 2> {};
329 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(InsertValueConstantExpr, Value)
530 return new InsertValueConstantExpr(Ops[0], Ops[1], Indexes, Ty);
LLVMContextImpl.cpp 254 void InsertValueConstantExpr::anchor() { }
Constants.cpp     [all...]

Completed in 1077 milliseconds