Searched refs:CreateSignDivMod (Results 1 – 2 of 2) sorted by relevance
147 llvm::Value *CreateSignDivMod(Inst *inst, llvm::Instruction::BinaryOps opcode);
1948 llvm::Value *LLVMIrConstructor::CreateSignDivMod(Inst *inst, llvm::Instruction::BinaryOps opcode) in CreateSignDivMod() function in ark::compiler::LLVMIrConstructor4126 n = ctor->CreateSignDivMod(inst, llvm::Instruction::SDiv); in VisitDiv()4145 n = ctor->CreateSignDivMod(inst, llvm::Instruction::SRem); in VisitMod()