Searched defs:IsEven (Results 1 – 2 of 2) sorted by relevance
2884 static Value *optimizeSymmetricCall(CallInst *CI, bool IsEven, in optimizeSymmetricCall()
2178 bool IsEven(int n) { return (n % 2) == 0; } in IsEven() function