Searched refs:simplifyDiv (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 1023 static Value *simplifyDiv(Instruction::BinaryOps Opcode, Value *Op0, Value *Op1, in simplifyDiv() function 1130 return simplifyDiv(Instruction::SDiv, Op0, Op1, Q, MaxRecurse); in SimplifySDivInst() 1141 return simplifyDiv(Instruction::UDiv, Op0, Op1, Q, MaxRecurse); in SimplifyUDivInst()
|