Searched refs:isCLZForZeroUndef (Results 1 – 10 of 10) sorted by relevance
94 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function
110 bool isCLZForZeroUndef() const final { return false; } in isCLZForZeroUndef() function
105 bool isCLZForZeroUndef() const override;
368 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function
166 bool isCLZForZeroUndef() const override;
174 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function
590 bool AArch64TargetInfo::isCLZForZeroUndef() const { return false; } in isCLZForZeroUndef() function in AArch64TargetInfo
908 bool ARMTargetInfo::isCLZForZeroUndef() const { return false; } in isCLZForZeroUndef() function in ARMTargetInfo
878 virtual bool isCLZForZeroUndef() const { return true; } in isCLZForZeroUndef() function
1623 if (!SanOpts.has(SanitizerKind::Builtin) || !getTarget().isCLZForZeroUndef()) in EmitCheckedArgForBuiltin()2666 Value *ZeroUndef = Builder.getInt1(getTarget().isCLZForZeroUndef()); in EmitBuiltinExpr()2683 Value *ZeroUndef = Builder.getInt1(getTarget().isCLZForZeroUndef()); in EmitBuiltinExpr()6490 Ops.push_back(Builder.getInt1(getTarget().isCLZForZeroUndef())); in EmitCommonNeonBuiltinExpr()