Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineFunction.cpp192 std::optional<uint64_t> ZExt = V->tryZExtValue(); in getLDSAbsoluteAddress()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp946 std::optional<uint64_t> BEInt = BECst->getAPInt().tryZExtValue(); in mayLoopAccessLocation()
947 std::optional<uint64_t> SizeInt = ConstSize->getAPInt().tryZExtValue(); in mayLoopAccessLocation()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1497 std::optional<uint64_t> tryZExtValue() const { in tryZExtValue() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1830 else if (auto UImm = Int.tryZExtValue(); !Int.isSigned() && UImm.has_value()) in parseImmediateOperand()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp5960 ValIntOpt = ValInt.tryZExtValue(); in createConstantValueExpression()