Home
last modified time | relevance | path

Searched refs:CreateBinaryOp (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp1522 llvm::Value *LLVMIrConstructor::CreateBinaryOp(Inst *inst, llvm::Instruction::BinaryOps opcode) in CreateBinaryOp() function in ark::compiler::LLVMIrConstructor
3631 auto n = ctor->CreateBinaryOp(inst, llvm::Instruction::And); in VisitAnd()
3645 auto n = ctor->CreateBinaryOp(inst, llvm::Instruction::Or); in VisitOr()
3659 auto n = ctor->CreateBinaryOp(inst, llvm::Instruction::Xor); in VisitXor()
3717 n = ctor->CreateBinaryOp(inst, llvm::Instruction::FAdd); in VisitAdd()
3719 n = ctor->CreateBinaryOp(inst, llvm::Instruction::Add); in VisitAdd()
3738 n = ctor->CreateBinaryOp(inst, llvm::Instruction::FSub); in VisitSub()
3740 n = ctor->CreateBinaryOp(inst, llvm::Instruction::Sub); in VisitSub()
3759 n = ctor->CreateBinaryOp(inst, llvm::Instruction::FMul); in VisitMul()
3761 n = ctor->CreateBinaryOp(inst, llvm::Instruction::Mul); in VisitMul()
[all …]
Dllvm_ir_constructor.h132 llvm::Value *CreateBinaryOp(Inst *inst, llvm::Instruction::BinaryOps opcode);