Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp343 if (std::optional<int64_t> Value = ArgVal.trySExtValue()) in BuildCodeAlignAttr()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1519 std::optional<int64_t> trySExtValue() const { in trySExtValue() function
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZOperands.td395 auto SImm = N->getAPIntValue().trySExtValue();
/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.cpp1828 if (auto SImm = Int.trySExtValue(); Int.isSigned() && SImm.has_value()) in parseImmediateOperand()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp3585 std::optional<int64_t> InitIntOpt = API.trySExtValue(); in getExpressionForConstant()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2799 return C && C->getAPIntValue().trySExtValue() == Val; in CheckInteger()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1629 if (std::optional<int64_t> Val = CI->getValue().trySExtValue()) { in translateGetElementPtr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp5961 else if (auto tmp = ValInt.trySExtValue()) in createConstantValueExpression()