Searched refs:isDivZero (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 994 static bool isDivZero(Value *X, Value *Y, const SimplifyQuery &Q, in isDivZero() function 1096 if (isDivZero(Op0, Op1, Q, MaxRecurse, IsSigned)) in simplifyDiv() 1139 if (isDivZero(Op0, Op1, Q, MaxRecurse, Opcode == Instruction::SRem)) in simplifyRem()
|