Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.h81 …llvm::Value *CreateAArch64SignDivMod(Inst *inst, llvm::Instruction::BinaryOps opcode, llvm::Value …
Dllvm_ir_constructor.cpp689 return CreateAArch64SignDivMod(inst, opcode, x, y); in CreateSignDivMod()
719 llvm::Value *LLVMIrConstructor::CreateAArch64SignDivMod(Inst *inst, llvm::Instruction::BinaryOps op… in CreateAArch64SignDivMod() function in panda::compiler::LLVMIrConstructor