Searched refs:SimplifyRem (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1158 static Value *SimplifyRem(Instruction::BinaryOps Opcode, Value *Op0, Value *Op1, function
1221 if (Value *V = SimplifyRem(Instruction::SRem, Op0, Op1, Q, MaxRecurse))
1239 if (Value *V = SimplifyRem(Instruction::URem, Op0, Op1, Q, MaxRecurse))

Completed in 29 milliseconds