Searched refs:tryZExtValue (Results 1 – 5 of 5) sorted by relevance
198 std::optional<uint64_t> ZExt = V->tryZExtValue(); in getLDSAbsoluteAddress()
966 std::optional<uint64_t> BEInt = BECst->tryZExtValue(); in mayLoopAccessLocation()967 std::optional<uint64_t> SizeInt = ConstSize->tryZExtValue(); in mayLoopAccessLocation()
1552 std::optional<uint64_t> tryZExtValue() const { in tryZExtValue() function
1845 else if (auto UImm = Int.tryZExtValue(); !Int.isSigned() && UImm.has_value()) in parseImmediateOperand()
6406 ValIntOpt = ValInt.tryZExtValue(); in createConstantValueExpression()