Searched refs:tryZExtValue (Results 1 – 5 of 5) sorted by relevance
192 std::optional<uint64_t> ZExt = V->tryZExtValue(); in getLDSAbsoluteAddress()
946 std::optional<uint64_t> BEInt = BECst->getAPInt().tryZExtValue(); in mayLoopAccessLocation()947 std::optional<uint64_t> SizeInt = ConstSize->getAPInt().tryZExtValue(); in mayLoopAccessLocation()
1497 std::optional<uint64_t> tryZExtValue() const { in tryZExtValue() function
1830 else if (auto UImm = Int.tryZExtValue(); !Int.isSigned() && UImm.has_value()) in parseImmediateOperand()
5960 ValIntOpt = ValInt.tryZExtValue(); in createConstantValueExpression()