Searched defs:BinaryConstantExpr (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/VMCore/
H A DConstantsContext.h49 /// BinaryConstantExpr - This class is private to Constants.cpp, and is used
51 class BinaryConstantExpr : public ConstantExpr { class in namespace:llvm
59 BinaryConstantExpr(unsigned Opcode, Constant *C1, Constant *C2, function in class:llvm::BinaryConstantExpr
261 struct OperandTraits<BinaryConstantExpr> :
262 public FixedNumOperandTraits<BinaryConstantExpr, 2> {
264 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(BinaryConstantExpr, Value)
441 return new BinaryConstantExpr(V.opcode, V.operands[0], V.operands[1],

Completed in 277 milliseconds