Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h502 TIO_NO_SIGNED_WRAP = 1 enumerator
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1694 Flags |= 1 << bitc::TIO_NO_SIGNED_WRAP; in getOptimizationFlags()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5127 if (Record[OpNum] & (1 << bitc::TIO_NO_SIGNED_WRAP)) in parseFunctionBody()