Searched refs:isCLZForZeroUndef (Results 1 – 10 of 10) sorted by relevance
87 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function
98 bool isCLZForZeroUndef() const final { return false; } in isCLZForZeroUndef() function
73 bool isCLZForZeroUndef() const override;
146 bool isCLZForZeroUndef() const override;
367 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function
157 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function
285 bool AArch64TargetInfo::isCLZForZeroUndef() const { return false; } in isCLZForZeroUndef() function in AArch64TargetInfo
783 bool ARMTargetInfo::isCLZForZeroUndef() const { return false; } in isCLZForZeroUndef() function in ARMTargetInfo
751 virtual bool isCLZForZeroUndef() const { return true; } in isCLZForZeroUndef() function
1032 if (!SanOpts.has(SanitizerKind::Builtin) || !getTarget().isCLZForZeroUndef()) in EmitCheckedArgForBuiltin()1789 Value *ZeroUndef = Builder.getInt1(getTarget().isCLZForZeroUndef()); in EmitBuiltinExpr()1806 Value *ZeroUndef = Builder.getInt1(getTarget().isCLZForZeroUndef()); in EmitBuiltinExpr()5142 Ops.push_back(Builder.getInt1(getTarget().isCLZForZeroUndef())); in EmitCommonNeonBuiltinExpr()