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