Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DTargets.cpp967 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function in __anond4862fe70111::PPCTargetInfo
5277 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function in __anond4862fe70111::ARMTargetInfo
5849 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function in __anond4862fe70111::AArch64TargetInfo
6122 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function in __anond4862fe70111::HexagonTargetInfo
7550 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function in __anond4862fe70111::MipsTargetInfo
7829 bool isCLZForZeroUndef() const final { return false; } in isCLZForZeroUndef() function in __anond4862fe70111::WebAssemblyTargetInfo
/external/clang/include/clang/Basic/
DTargetInfo.h561 virtual bool isCLZForZeroUndef() const { return true; } in isCLZForZeroUndef() function