Home
last modified time | relevance | path

Searched refs:OBO_NO_SIGNED_WRAP (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h491 OBO_NO_SIGNED_WRAP = 1 enumerator
/openbsd/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp746 Flags |= 1 << bitc::OBO_NO_SIGNED_WRAP; in getOptimizationFlags()
/openbsd/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3196 if (Record[3] & (1 << bitc::OBO_NO_SIGNED_WRAP)) in parseConstants()
4868 if (Record[OpNum] & (1 << bitc::OBO_NO_SIGNED_WRAP)) in parseFunctionBody()
/openbsd/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1533 Flags |= 1 << bitc::OBO_NO_SIGNED_WRAP; in getOptimizationFlags()