Searched refs:BinaryConstantExpr (Results 1 – 2 of 2) sorted by relevance
68 class BinaryConstantExpr final : public ConstantExpr {70 BinaryConstantExpr(unsigned Opcode, Constant *C1, Constant *C2, in BinaryConstantExpr() function278 struct OperandTraits<BinaryConstantExpr>279 : public FixedNumOperandTraits<BinaryConstantExpr, 2> {};280 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(BinaryConstantExpr, Value)523 return new BinaryConstantExpr(Opcode, Ops[0], Ops[1],
548 else if (isa<BinaryConstantExpr>(C)) in deleteConstant()549 delete static_cast<BinaryConstantExpr *>(C); in deleteConstant()