Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1045 static Value *simplifyDiv(Instruction::BinaryOps Opcode, Value *Op0, Value *Op1, in simplifyDiv() function
1153 return simplifyDiv(Instruction::SDiv, Op0, Op1, Q, MaxRecurse); in SimplifySDivInst()
1164 return simplifyDiv(Instruction::UDiv, Op0, Op1, Q, MaxRecurse); in SimplifyUDivInst()