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

/external/llvm/lib/VMCore/
H A DLLVMContextImpl.cpp117 void BinaryConstantExpr::anchor() { }
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 241 milliseconds