Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGEPNoWrapFlags.h53 static GEPNoWrapFlags noUnsignedSignedWrap() { in noUnsignedSignedWrap() function
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp4323 NW |= GEPNoWrapFlags::noUnsignedSignedWrap(); in parseValID()
8457 NW |= GEPNoWrapFlags::noUnsignedSignedWrap(); in parseGetElementPtr()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp1718 NewGEPFlags |= GEPNoWrapFlags::noUnsignedSignedWrap(); in mapFromLLVMGEPNoWrapFlags()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1479 NW |= GEPNoWrapFlags::noUnsignedSignedWrap(); in toGEPNoWrapFlags()