Searched refs:trySExtValue (Results 1 – 11 of 11) sorted by relevance
952 std::optional<int64_t> StepVal = APStepVal->trySExtValue(); in getStrideFromAddRec()1648 Val = OffsetB.trySExtValue(); in getPointersDiff()1657 Val = Diff->trySExtValue(); in getPointersDiff()
373 if (std::optional<int64_t> Value = ArgVal.trySExtValue()) in BuildCodeAlignAttr()
1574 std::optional<int64_t> trySExtValue() const { in trySExtValue() function
402 auto SImm = N->getAPIntValue().trySExtValue();
1677 ? Offset.trySExtValue() in processNode()
7320 Case.getCaseValue()->getValue().trySExtValue(); in simplifySwitchOfCmpIntrinsic()7354 Case.getCaseValue()->getValue().trySExtValue(); in simplifySwitchOfCmpIntrinsic()
3757 std::optional<int64_t> InitIntOpt = API.trySExtValue(); in getExpressionForConstant()
1843 if (auto SImm = Int.trySExtValue(); Int.isSigned() && SImm.has_value()) in parseImmediateOperand()
2989 return C && C->getAPIntValue().trySExtValue() == Val; in CheckInteger()
1639 if (std::optional<int64_t> Val = CI->getValue().trySExtValue()) { in translateGetElementPtr()
6407 else if (auto tmp = ValInt.trySExtValue()) in createConstantValueExpression()