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

  /external/llvm/lib/VMCore/
LLVMContextImpl.cpp 123 void InsertElementConstantExpr::anchor() { }
ConstantsContext.h 111 /// InsertElementConstantExpr - This class is private to
114 class InsertElementConstantExpr : public ConstantExpr {
122 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3)
279 struct OperandTraits<InsertElementConstantExpr> :
280 public FixedNumOperandTraits<InsertElementConstantExpr, 3> {
282 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(InsertElementConstantExpr, Value)
444 return new InsertElementConstantExpr(V.operands[0], V.operands[1],

Completed in 53 milliseconds