Home
last modified time | relevance | path

Searched defs:IsEven (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2884 static Value *optimizeSymmetricCall(CallInst *CI, bool IsEven, in optimizeSymmetricCall()
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc2178 bool IsEven(int n) { return (n % 2) == 0; } in IsEven() function