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