Searched refs:hasNoUnsignedSignedWrap (Results 1 – 12 of 12) sorted by relevance
35 assert((!isInBounds() || hasNoUnsignedSignedWrap()) && in GEPNoWrapFlags()64 bool hasNoUnsignedSignedWrap() const { return Flags & NUSWFlag; } in hasNoUnsignedSignedWrap() function
413 bool hasNoUnsignedSignedWrap() const {414 return getNoWrapFlags().hasNoUnsignedSignedWrap();
1088 bool hasNoUnsignedSignedWrap() const;
29 bool NSW = GEPOp->hasNoUnsignedSignedWrap() && !NoAssumptions; in emitGEPOffset()
933 if (NW.hasNoUnsignedSignedWrap() && !NW.isInBounds() && Overflow) in SymbolicallyEvaluateGEP()
3762 if (NW.hasNoUnsignedSignedWrap()) in getGEPExpr()3812 (NW.hasNoUnsignedSignedWrap() && isKnownNonNegative(Offset)); in getGEPExpr()5895 (NW.hasNoUnsignedSignedWrap() && isKnownNonNegative(Accum))) in createAddRecFromPHI()
1575 bool GetElementPtrInst::hasNoUnsignedSignedWrap() const { in hasNoUnsignedSignedWrap() function in GetElementPtrInst1576 return cast<GEPOperator>(this)->hasNoUnsignedSignedWrap(); in hasNoUnsignedSignedWrap()
1423 else if (GEP->hasNoUnsignedSignedWrap()) in WriteOptimizationInfo()
1729 if (GEPFlags.hasNoUnsignedSignedWrap()) in mapToLLVMGEPNoWrapFlags()
582 if (GEP->hasNoUnsignedSignedWrap()) in copyFlagsFromInstruction()
2074 (GEP->hasNoUnsignedSignedWrap() && in visitPtrToInt()
1700 if (GEP->hasNoUnsignedSignedWrap()) in getOptimizationFlags()