Home
last modified time | relevance | path

Searched refs:isCLZForZeroUndef (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/
DTargetInfo.h463 virtual bool isCLZForZeroUndef() const { return true; } in isCLZForZeroUndef() function
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Basic/
DTargets.cpp772 virtual bool isCLZForZeroUndef() const { return false; } in isCLZForZeroUndef() function in __anon6df880ef0311::PPCTargetInfo
3529 virtual bool isCLZForZeroUndef() const { return false; } in isCLZForZeroUndef() function in __anon6df880ef1d11::AArch64TargetInfo
4048 virtual bool isCLZForZeroUndef() const { return false; } in isCLZForZeroUndef() function in __anon6df880ef1e11::ARMTargetInfo
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGBuiltin.cpp300 Value *ZeroUndef = Builder.getInt1(getTarget().isCLZForZeroUndef()); in EmitBuiltinExpr()
317 Value *ZeroUndef = Builder.getInt1(getTarget().isCLZForZeroUndef()); in EmitBuiltinExpr()
4269 Ops.push_back(Builder.getInt1(getTarget().isCLZForZeroUndef())); in EmitARMBuiltinExpr()