Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp7492 unsigned TDCBits = 0; in testFPKind() local
7495 TDCBits = 0xf; in testFPKind()
7504 TDCBits = 0xfc0; in testFPKind()
7507 TDCBits = 0x30; in testFPKind()
7512 if (TDCBits) in testFPKind()
7515 {V, llvm::ConstantInt::get(llvm::Type::getInt64Ty(Ctx), TDCBits)}); in testFPKind()