Home
last modified time | relevance | path

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

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