Searched refs:BinaryConstantExpr (Results 1 – 2 of 2) sorted by relevance
52 class BinaryConstantExpr : public ConstantExpr {60 BinaryConstantExpr(unsigned Opcode, Constant *C1, Constant *C2, in BinaryConstantExpr() function260 struct OperandTraits<BinaryConstantExpr> :261 public FixedNumOperandTraits<BinaryConstantExpr, 2> {263 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(BinaryConstantExpr, Value)484 return new BinaryConstantExpr(Opcode, Ops[0], Ops[1],
223 void BinaryConstantExpr::anchor() { } in anchor()