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 __anon2066a7b00111::PPCTargetInfo
5277 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function in __anon2066a7b00111::ARMTargetInfo
5849 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function in __anon2066a7b00111::AArch64TargetInfo
6122 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function in __anon2066a7b00111::HexagonTargetInfo
7550 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function in __anon2066a7b00111::MipsTargetInfo
7829 bool isCLZForZeroUndef() const final { return false; } in isCLZForZeroUndef() function in __anon2066a7b00111::WebAssemblyTargetInfo
/external/clang/include/clang/Basic/
DTargetInfo.h561 virtual bool isCLZForZeroUndef() const { return true; } in isCLZForZeroUndef() function