Searched refs:BinaryConstantExpr (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/IR/ |
D | ConstantsContext.h | 50 class BinaryConstantExpr : public ConstantExpr { 58 BinaryConstantExpr(unsigned Opcode, Constant *C1, Constant *C2, in BinaryConstantExpr() function 289 struct OperandTraits<BinaryConstantExpr> 290 : public FixedNumOperandTraits<BinaryConstantExpr, 2> {}; 291 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(BinaryConstantExpr, Value) 510 return new BinaryConstantExpr(Opcode, Ops[0], Ops[1],
|
D | LLVMContextImpl.cpp | 218 void BinaryConstantExpr::anchor() { } in anchor()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | ConstantsContext.h | 63 class BinaryConstantExpr : public ConstantExpr { 65 BinaryConstantExpr(unsigned Opcode, Constant *C1, Constant *C2, in BinaryConstantExpr() function 302 struct OperandTraits<BinaryConstantExpr> 303 : public FixedNumOperandTraits<BinaryConstantExpr, 2> {}; 304 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(BinaryConstantExpr, Value) 536 return new BinaryConstantExpr(Opcode, Ops[0], Ops[1],
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | ConstantsContext.h | 48 class BinaryConstantExpr : public ConstantExpr { 55 BinaryConstantExpr(unsigned Opcode, Constant *C1, Constant *C2, in BinaryConstantExpr() function 248 struct OperandTraits<BinaryConstantExpr> : 249 public FixedNumOperandTraits<BinaryConstantExpr, 2> { 251 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(BinaryConstantExpr, Value) 416 return new BinaryConstantExpr(V.opcode, V.operands[0], V.operands[1],
|