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

  /external/llvm/lib/VMCore/
LLVMContextImpl.cpp 129 void InsertValueConstantExpr::anchor() { }
ConstantsContext.h 184 /// InsertValueConstantExpr - This class is private to
187 class InsertValueConstantExpr : public ConstantExpr {
195 InsertValueConstantExpr(Constant *Agg, Constant *Val,
297 struct OperandTraits<InsertValueConstantExpr> :
298 public FixedNumOperandTraits<InsertValueConstantExpr, 2> {
300 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(InsertValueConstantExpr, Value)
450 return new InsertValueConstantExpr(V.operands[0], V.operands[1],
Constants.cpp     [all...]

Completed in 245 milliseconds