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

  /external/llvm/lib/IR/
LLVMContextImpl.cpp 143 void BinaryConstantExpr::anchor() { }
ConstantsContext.h 52 /// BinaryConstantExpr - This class is private to Constants.cpp, and is used
54 class BinaryConstantExpr : public ConstantExpr {
62 BinaryConstantExpr(unsigned Opcode, Constant *C1, Constant *C2,
264 struct OperandTraits<BinaryConstantExpr> :
265 public FixedNumOperandTraits<BinaryConstantExpr, 2> {
267 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(BinaryConstantExpr, Value)
433 return new BinaryConstantExpr(V.opcode, V.operands[0], V.operands[1],

Completed in 75 milliseconds