Searched refs:isCLZForZeroUndef (Results 1 – 3 of 3) sorted by relevance
503 virtual bool isCLZForZeroUndef() const { return true; } in isCLZForZeroUndef() function
854 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function in __anon683459870211::PPCTargetInfo4480 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function in __anon683459870411::ARMTargetInfo4943 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function in __anon683459870411::AArch64TargetInfo6101 bool isCLZForZeroUndef() const override { return false; } in isCLZForZeroUndef() function in __anon683459870411::MipsTargetInfoBase
335 Value *ZeroUndef = Builder.getInt1(getTarget().isCLZForZeroUndef()); in EmitBuiltinExpr()352 Value *ZeroUndef = Builder.getInt1(getTarget().isCLZForZeroUndef()); in EmitBuiltinExpr()2798 Ops.push_back(Builder.getInt1(getTarget().isCLZForZeroUndef())); in EmitCommonNeonBuiltinExpr()