Searched refs:simplifyRem (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 1081 static Value *simplifyRem(Instruction::BinaryOps Opcode, Value *Op0, Value *Op1, in simplifyRem() function 1162 return simplifyRem(Instruction::SRem, Op0, Op1, Q, MaxRecurse); in SimplifySRemInst() 1173 return simplifyRem(Instruction::URem, Op0, Op1, Q, MaxRecurse); in SimplifyURemInst()
|