Searched refs:VarSign (Results 1 – 1 of 1) sorted by relevance
1696 std::optional<DIBasicType::Signedness> VarSign = Var->getSignedness(); in getActiveBits() local1697 bool VarSigned = (VarSign == DIBasicType::Signedness::Signed); in getActiveBits()1699 if (!VarSign || VarSigned != OpSigned) { in getActiveBits()