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

/external/llvm/lib/IR/
H A DConstantsContext.h50 /// BinaryConstantExpr - This class is private to Constants.cpp, and is used
52 class BinaryConstantExpr : public ConstantExpr { class in namespace:llvm
60 BinaryConstantExpr(unsigned Opcode, Constant *C1, Constant *C2, function in class:llvm::BinaryConstantExpr
260 struct OperandTraits<BinaryConstantExpr> :
261 public FixedNumOperandTraits<BinaryConstantExpr, 2> {
263 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(BinaryConstantExpr, Value)
484 return new BinaryConstantExpr(Opcode, Ops[0], Ops[1],
H A DLLVMContextImpl.cpp223 void BinaryConstantExpr::anchor() { }

Completed in 149 milliseconds