HomeSort by relevance Sort by last modified time
    Searched full:binaryconstantexpr (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/IR/
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],
LLVMContextImpl.cpp 143 void BinaryConstantExpr::anchor() { }
  /external/llvm/lib/Target/NVPTX/
NVPTXGenericToNVVM.cpp 347 // BinaryConstantExpr

Completed in 50 milliseconds