Home
last modified time | relevance | path

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

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