Searched refs:trySExtValue (Results 1 – 9 of 9) sorted by relevance
362 if (std::optional<int64_t> Value = ArgVal.trySExtValue()) in BuildCodeAlignAttr()
1534 std::optional<int64_t> trySExtValue() const { in trySExtValue() function
395 auto SImm = N->getAPIntValue().trySExtValue();
1655 ? Offset.trySExtValue() in processNode()
1834 if (auto SImm = Int.trySExtValue(); Int.isSigned() && SImm.has_value()) in parseImmediateOperand()
2933 return C && C->getAPIntValue().trySExtValue() == Val; in CheckInteger()
3665 std::optional<int64_t> InitIntOpt = API.trySExtValue(); in getExpressionForConstant()
1627 if (std::optional<int64_t> Val = CI->getValue().trySExtValue()) { in translateGetElementPtr()
6144 else if (auto tmp = ValInt.trySExtValue()) in createConstantValueExpression()