Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.h135 llvm::Value *CreateSignDivMod(Inst *inst, llvm::Instruction::BinaryOps opcode);
Dllvm_ir_constructor.cpp1581 llvm::Value *LLVMIrConstructor::CreateSignDivMod(Inst *inst, llvm::Instruction::BinaryOps opcode) in CreateSignDivMod() function in ark::compiler::LLVMIrConstructor
3784 n = ctor->CreateSignDivMod(inst, llvm::Instruction::SDiv); in VisitDiv()
3803 n = ctor->CreateSignDivMod(inst, llvm::Instruction::SRem); in VisitMod()