Searched defs:isCLZForZeroUndef (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Basic/ | ||
D | Targets.cpp | 967 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function in __anond4862fe70111::PPCTargetInfo |
/external/clang/include/clang/Basic/ | ||
D | TargetInfo.h | 561 virtual bool isCLZForZeroUndef() const { return true; } in isCLZForZeroUndef() function |