Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1696 std::optional<DIBasicType::Signedness> VarSign = Var->getSignedness(); in getActiveBits() local
1697 bool VarSigned = (VarSign == DIBasicType::Signedness::Signed); in getActiveBits()
1699 if (!VarSign || VarSigned != OpSigned) { in getActiveBits()