Searched refs:isCLZForZeroUndef (Results 1 – 11 of 11) sorted by relevance
71 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function
94 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function
112 bool isCLZForZeroUndef() const final { return false; } in isCLZForZeroUndef() function
121 bool isCLZForZeroUndef() const override;
175 bool isCLZForZeroUndef() const override;
368 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function
181 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function
694 bool AArch64TargetInfo::isCLZForZeroUndef() const { return false; } in isCLZForZeroUndef() function in AArch64TargetInfo
992 bool ARMTargetInfo::isCLZForZeroUndef() const { return false; } in isCLZForZeroUndef() function in ARMTargetInfo
940 virtual bool isCLZForZeroUndef() const { return true; } in isCLZForZeroUndef() function
1697 if (!SanOpts.has(SanitizerKind::Builtin) || !getTarget().isCLZForZeroUndef()) in EmitCheckedArgForBuiltin()2634 Value *ZeroUndef = Builder.getInt1(getTarget().isCLZForZeroUndef()); in EmitBuiltinExpr()2651 Value *ZeroUndef = Builder.getInt1(getTarget().isCLZForZeroUndef()); in EmitBuiltinExpr()6684 Ops.push_back(Builder.getInt1(getTarget().isCLZForZeroUndef())); in EmitCommonNeonBuiltinExpr()