Searched refs:CreateSignDivMod (Results 1 – 2 of 2) sorted by relevance
80 llvm::Value *CreateSignDivMod(Inst *inst, llvm::Instruction::BinaryOps opcode);
682 llvm::Value *LLVMIrConstructor::CreateSignDivMod(Inst *inst, llvm::Instruction::BinaryOps opcode) in CreateSignDivMod() function in panda::compiler::LLVMIrConstructor1657 n = ctor->CreateSignDivMod(inst, llvm::Instruction::SDiv); in VisitDiv()1674 n = ctor->CreateSignDivMod(inst, llvm::Instruction::SRem); in VisitMod()