Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DAPInt.h1528 std::optional<int64_t> trySExtValue() const { in trySExtValue() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1803 if (auto SImm = Int.trySExtValue(); Int.isSigned() && SImm.has_value()) in parseImmediateOperand()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp5421 else if (auto tmp = InitInt.trySExtValue(); tmp.has_value()) in EmitGlobalVariable()