Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp362 if (std::optional<int64_t> Value = ArgVal.trySExtValue()) in BuildCodeAlignAttr()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1534 std::optional<int64_t> trySExtValue() const { in trySExtValue() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp1655 ? Offset.trySExtValue() in processNode()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1834 if (auto SImm = Int.trySExtValue(); Int.isSigned() && SImm.has_value()) in parseImmediateOperand()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2933 return C && C->getAPIntValue().trySExtValue() == Val; in CheckInteger()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp3665 std::optional<int64_t> InitIntOpt = API.trySExtValue(); in getExpressionForConstant()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1627 if (std::optional<int64_t> Val = CI->getValue().trySExtValue()) { in translateGetElementPtr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp6144 else if (auto tmp = ValInt.trySExtValue()) in createConstantValueExpression()