Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSystemZ.cpp115 unsigned TDCBits = 0; in testFPKind() local
118 TDCBits = 0xf; in testFPKind()
127 TDCBits = 0xfc0; in testFPKind()
130 TDCBits = 0x30; in testFPKind()
135 if (TDCBits) in testFPKind()
138 {V, llvm::ConstantInt::get(llvm::Type::getInt64Ty(Ctx), TDCBits)}); in testFPKind()