Searched refs:tryZExtValue (Results 1 – 3 of 3) sorted by relevance
1506 std::optional<uint64_t> tryZExtValue() const { in tryZExtValue() function
1805 else if (auto UImm = Int.tryZExtValue(); !Int.isSigned() && UImm.has_value()) in parseImmediateOperand()
5420 InitIntOpt = InitInt.tryZExtValue(); in EmitGlobalVariable()