Home
last modified time | relevance | path

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

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