Searched refs:isCLZForZeroUndef (Results 1 – 12 of 12) sorted by relevance
73 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function
94 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function
146 bool isCLZForZeroUndef() const final { return false; } in isCLZForZeroUndef() function
202 bool isCLZForZeroUndef() const override;
407 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function
217 bool isCLZForZeroUndef() const override;
179 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function
1172 bool ARMTargetInfo::isCLZForZeroUndef() const { return false; } in isCLZForZeroUndef() function in ARMTargetInfo
1365 bool AArch64TargetInfo::isCLZForZeroUndef() const { return false; } in isCLZForZeroUndef() function in AArch64TargetInfo
1056 virtual bool isCLZForZeroUndef() const { return true; } in isCLZForZeroUndef() function
3342 Builder.getInt1(HasFallback || getTarget().isCLZForZeroUndef()); in EmitBuiltinExpr()3374 Builder.getInt1(HasFallback || getTarget().isCLZForZeroUndef()); in EmitBuiltinExpr()
1883 Ops.push_back(Builder.getInt1(getTarget().isCLZForZeroUndef())); in EmitCommonNeonBuiltinExpr()