Home
last modified time | relevance | path

Searched defs:NSW (Results 1 – 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
HDKnownBits.cpp54 KnownBits KnownBits::computeForAddSub(bool Add, bool NSW, in computeForAddSub()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDCorrelatedValuePropagation.cpp498 bool NSW = WO->isSigned(); in processOverflowIntrinsic() local
521 bool NSW = SI->isSigned(); in processSaturatingInst() local
750 bool NSW = BinOp->hasNoSignedWrap(); in processBinOp() local
HDReassociate.cpp992 bool NSW = cast<BinaryOperator>(Shl)->hasNoSignedWrap(); in ConvertShiftToMul() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDPDBFileBuilder.cpp292 BinaryStreamWriter NSW(*NS); in commit() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDBasicAliasAnalysis.cpp281 AssumptionCache *AC, DominatorTree *DT, bool &NSW, bool &NUW) { in GetLinearExpression()
579 bool NSW = true, NUW = true; in DecomposeGEPExpression() local
2004 bool NSW = true, NUW = true; in constantOffsetHeuristic() local
HDValueTracking.cpp310 bool NSW, in computeKnownBitsAddSub()
324 static void computeKnownBitsMul(const Value *Op0, const Value *Op1, bool NSW, in computeKnownBitsMul()
1104 bool NSW = Q.IIQ.hasNoSignedWrap(cast<OverflowingBinaryOperator>(I)); in computeKnownBitsFromOperator() local
1239 bool NSW = Q.IIQ.hasNoSignedWrap(cast<OverflowingBinaryOperator>(I)); in computeKnownBitsFromOperator() local
1290 bool NSW = Q.IIQ.hasNoSignedWrap(cast<OverflowingBinaryOperator>(I)); in computeKnownBitsFromOperator() local
1296 bool NSW = Q.IIQ.hasNoSignedWrap(cast<OverflowingBinaryOperator>(I)); in computeKnownBitsFromOperator() local
HDInstructionSimplify.cpp3002 bool NSW = Q.IIQ.hasNoSignedWrap(LBO) && Q.IIQ.hasNoSignedWrap(RBO); in simplifyICmpWithBinOp() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineSimplifyDemanded.cpp490 bool NSW = cast<OverflowingBinaryOperator>(I)->hasNoSignedWrap(); in SimplifyDemandedUseBits() local
HDInstructionCombining.cpp2118 bool NSW; in visitGetElementPtrInst() local
2159 bool NSW; in visitGetElementPtrInst() local
HDInstCombineCompares.cpp4033 bool NSW = BO0->hasNoSignedWrap() && BO1->hasNoSignedWrap(); in foldICmpBinOp() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
HDLLParser.cpp3461 bool NSW = false; in ParseValID() local
5735 bool NSW = EatIfPresent(lltok::kw_nsw); in ParseInstruction() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.cpp43267 bool NSW = Add->getFlags().hasNoSignedWrap(); in promoteExtBeforeAdd() local