Home
last modified time | relevance | path

Searched refs:hasNoUnsignedSignedWrap (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGEPNoWrapFlags.h35 assert((!isInBounds() || hasNoUnsignedSignedWrap()) && in GEPNoWrapFlags()
64 bool hasNoUnsignedSignedWrap() const { return Flags & NUSWFlag; } in hasNoUnsignedSignedWrap() function
H A DOperator.h413 bool hasNoUnsignedSignedWrap() const {
414 return getNoWrapFlags().hasNoUnsignedSignedWrap();
H A DInstructions.h1088 bool hasNoUnsignedSignedWrap() const;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLocal.cpp29 bool NSW = GEPOp->hasNoUnsignedSignedWrap() && !NoAssumptions; in emitGEPOffset()
H A DConstantFolding.cpp933 if (NW.hasNoUnsignedSignedWrap() && !NW.isInBounds() && Overflow) in SymbolicallyEvaluateGEP()
H A DScalarEvolution.cpp3762 if (NW.hasNoUnsignedSignedWrap()) in getGEPExpr()
3812 (NW.hasNoUnsignedSignedWrap() && isKnownNonNegative(Offset)); in getGEPExpr()
5895 (NW.hasNoUnsignedSignedWrap() && isKnownNonNegative(Accum))) in createAddRecFromPHI()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp1575 bool GetElementPtrInst::hasNoUnsignedSignedWrap() const { in hasNoUnsignedSignedWrap() function in GetElementPtrInst
1576 return cast<GEPOperator>(this)->hasNoUnsignedSignedWrap(); in hasNoUnsignedSignedWrap()
H A DAsmWriter.cpp1423 else if (GEP->hasNoUnsignedSignedWrap()) in WriteOptimizationInfo()
H A DCore.cpp1729 if (GEPFlags.hasNoUnsignedSignedWrap()) in mapToLLVMGEPNoWrapFlags()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp582 if (GEP->hasNoUnsignedSignedWrap()) in copyFlagsFromInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp2074 (GEP->hasNoUnsignedSignedWrap() && in visitPtrToInt()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1700 if (GEP->hasNoUnsignedSignedWrap()) in getOptimizationFlags()