Searched refs:GenArithOp (Results 1 – 2 of 2) sorted by relevance
/art/compiler/dex/portable/ |
D | mir_to_gbc.h | 123 ::llvm::Value* GenArithOp(OpKind op, bool is_long, ::llvm::Value* src1,
|
D | mir_to_gbc.cc | 386 ::llvm::Value* MirConverter::GenArithOp(OpKind op, bool is_long, in GenArithOp() function in art::MirConverter 450 ::llvm::Value* res = GenArithOp(op, rl_dest.wide, src1, src2); in ConvertArithOp() 458 ::llvm::Value* res = GenArithOp(op, rl_dest.wide, src1, src2); in ConvertArithOpLit()
|