HomeSort by relevance Sort by last modified time
    Searched refs:BinaryConstantExpr (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/VMCore/
LLVMContextImpl.cpp 117 void BinaryConstantExpr::anchor() { }
ConstantsContext.h 49 /// BinaryConstantExpr - This class is private to Constants.cpp, and is used
51 class BinaryConstantExpr : public ConstantExpr {
59 BinaryConstantExpr(unsigned Opcode, Constant *C1, Constant *C2,
261 struct OperandTraits<BinaryConstantExpr> :
262 public FixedNumOperandTraits<BinaryConstantExpr, 2> {
264 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(BinaryConstantExpr, Value)
436 return new BinaryConstantExpr(V.opcode, V.operands[0], V.operands[1],

Completed in 98 milliseconds