Home
last modified time | relevance | path

Searched refs:BinaryConstantExpr (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/IR/
H A DConstantsContext.h63 class BinaryConstantExpr : public ConstantExpr {
65 BinaryConstantExpr(unsigned Opcode, Constant *C1, Constant *C2, in BinaryConstantExpr() function
302 struct OperandTraits<BinaryConstantExpr>
303 : public FixedNumOperandTraits<BinaryConstantExpr, 2> {};
304 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(BinaryConstantExpr, Value)
538 return new BinaryConstantExpr(Opcode, Ops[0], Ops[1],