Home
last modified time | relevance | path

Searched refs:setHasNoSignedWrap (Results 26 – 29 of 29) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1617 I->setHasNoSignedWrap(); in materializeValue()
4906 cast<BinaryOperator>(I)->setHasNoSignedWrap(true); in parseFunctionBody()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp3531 cast<Instruction>(P)->setHasNoSignedWrap(HasNSW); in LLVMSetNSW()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5792 Inst->setHasNoSignedWrap(); in OptimizeOverflowCheck()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6481 if (NSW) cast<BinaryOperator>(Inst)->setHasNoSignedWrap(true); in parseInstruction()

12