Searched refs:isDivZero (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 972 static bool isDivZero(Value *X, Value *Y, const SimplifyQuery &Q, in isDivZero() function 1074 if (isDivZero(Op0, Op1, Q, MaxRecurse, IsSigned)) in simplifyDiv() 1116 if (isDivZero(Op0, Op1, Q, MaxRecurse, Opcode == Instruction::SRem)) in simplifyRem()
|