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

/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1185 /// SimplifyRem - Given operands for an SRem or URem, see if we can
1187 static Value *SimplifyRem(Instruction::BinaryOps Opcode, Value *Op0, Value *Op1, function
1243 if (Value *V = SimplifyRem(Instruction::SRem, Op0, Op1, Q, MaxRecurse))
1259 if (Value *V = SimplifyRem(Instruction::URem, Op0, Op1, Q, MaxRecurse))

Completed in 28 milliseconds