Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DAPInt.h1506 std::optional<uint64_t> tryZExtValue() const { in tryZExtValue() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1805 else if (auto UImm = Int.tryZExtValue(); !Int.isSigned() && UImm.has_value()) in parseImmediateOperand()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp5420 InitIntOpt = InitInt.tryZExtValue(); in EmitGlobalVariable()