Searched refs:trySExtValue (Results 1 – 3 of 3) sorted by relevance
1528 std::optional<int64_t> trySExtValue() const { in trySExtValue() function
1803 if (auto SImm = Int.trySExtValue(); Int.isSigned() && SImm.has_value()) in parseImmediateOperand()
5421 else if (auto tmp = InitInt.trySExtValue(); tmp.has_value()) in EmitGlobalVariable()