Searched refs:isCLZForZeroUndef (Results 1 – 11 of 11) sorted by relevance
73 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function
93 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function
111 bool isCLZForZeroUndef() const final { return false; } in isCLZForZeroUndef() function
368 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function
173 bool isCLZForZeroUndef() const override;
162 bool isCLZForZeroUndef() const override;
180 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function
1110 bool AArch64TargetInfo::isCLZForZeroUndef() const { return false; } in isCLZForZeroUndef() function in AArch64TargetInfo
1022 bool ARMTargetInfo::isCLZForZeroUndef() const { return false; } in isCLZForZeroUndef() function in ARMTargetInfo
964 virtual bool isCLZForZeroUndef() const { return true; } in isCLZForZeroUndef() function
1712 if (!SanOpts.has(SanitizerKind::Builtin) || !getTarget().isCLZForZeroUndef()) in EmitCheckedArgForBuiltin()2657 Value *ZeroUndef = Builder.getInt1(getTarget().isCLZForZeroUndef()); in EmitBuiltinExpr()2674 Value *ZeroUndef = Builder.getInt1(getTarget().isCLZForZeroUndef()); in EmitBuiltinExpr()6935 Ops.push_back(Builder.getInt1(getTarget().isCLZForZeroUndef())); in EmitCommonNeonBuiltinExpr()