Home
last modified time | relevance | path

Searched refs:trySExtValue (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp952 std::optional<int64_t> StepVal = APStepVal->trySExtValue(); in getStrideFromAddRec()
1648 Val = OffsetB.trySExtValue(); in getPointersDiff()
1657 Val = Diff->trySExtValue(); in getPointersDiff()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp373 if (std::optional<int64_t> Value = ArgVal.trySExtValue()) in BuildCodeAlignAttr()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1574 std::optional<int64_t> trySExtValue() const { in trySExtValue() function
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZOperands.td402 auto SImm = N->getAPIntValue().trySExtValue();
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp1677 ? Offset.trySExtValue() in processNode()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp7320 Case.getCaseValue()->getValue().trySExtValue(); in simplifySwitchOfCmpIntrinsic()
7354 Case.getCaseValue()->getValue().trySExtValue(); in simplifySwitchOfCmpIntrinsic()
H A DLocal.cpp3757 std::optional<int64_t> InitIntOpt = API.trySExtValue(); in getExpressionForConstant()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1843 if (auto SImm = Int.trySExtValue(); Int.isSigned() && SImm.has_value()) in parseImmediateOperand()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2989 return C && C->getAPIntValue().trySExtValue() == Val; in CheckInteger()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1639 if (std::optional<int64_t> Val = CI->getValue().trySExtValue()) { in translateGetElementPtr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp6407 else if (auto tmp = ValInt.trySExtValue()) in createConstantValueExpression()