Home
last modified time | relevance | path

Searched defs:IsPositive (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp205 bool IsPositive; member
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-arithmetic_test.cc825 int IsPositive(double x) { return x > 0 ? 1 : 0; } in IsPositive() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp2005 bool IsPositive = in constantFoldCanonicalize() local
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc834 static bool IsPositive(int n) { return n > 0; } in IsPositive() function
2432 bool IsPositive(double x) { return x > 0; } in IsPositive() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp47498 bool IsPositive[2] = {false, false}; in canReduceVMulWidth() local