Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp525 bool NSW = WO->isSigned(); in processOverflowIntrinsic() local
550 bool NSW = SI->isSigned(); in processSaturatingInst() local
936 bool NSW = BinOp->hasNoSignedWrap(); in processBinOp() local
H A DReassociate.cpp1090 bool NSW = cast<BinaryOperator>(Shl)->hasNoSignedWrap(); in ConvertShiftToMul() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFileBuilder.cpp290 BinaryStreamWriter NSW(*NS); in commit() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DKnownBits.cpp57 KnownBits KnownBits::computeForAddSub(bool Add, bool NSW, in computeForAddSub()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp393 bool NSW, const APInt &DemandedElts, in computeKnownBitsAddSub()
407 static void computeKnownBitsMul(const Value *Op0, const Value *Op1, bool NSW, in computeKnownBitsMul()
1094 bool NSW = Q.IIQ.hasNoSignedWrap(cast<OverflowingBinaryOperator>(I)); in computeKnownBitsFromOperator() local
1199 bool NSW = Q.IIQ.hasNoSignedWrap(cast<OverflowingBinaryOperator>(I)); in computeKnownBitsFromOperator() local
1241 bool NSW = Q.IIQ.hasNoSignedWrap(cast<OverflowingBinaryOperator>(I)); in computeKnownBitsFromOperator() local
1247 bool NSW = Q.IIQ.hasNoSignedWrap(cast<OverflowingBinaryOperator>(I)); in computeKnownBitsFromOperator() local
H A DBasicAliasAnalysis.cpp317 bool NUW = true, NSW = true; in GetLinearExpression() local
H A DInstructionSimplify.cpp3106 bool NSW = Q.IIQ.hasNoSignedWrap(LBO) && Q.IIQ.hasNoSignedWrap(RBO); in simplifyICmpWithBinOp() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp525 bool NSW = cast<OverflowingBinaryOperator>(I)->hasNoSignedWrap(); in SimplifyDemandedUseBits() local
H A DInstructionCombining.cpp2304 bool NSW; in visitGetElementPtrInst() local
2346 bool NSW; in visitGetElementPtrInst() local
H A DInstCombineCompares.cpp4114 bool NSW = BO0->hasNoSignedWrap() && BO1->hasNoSignedWrap(); in foldICmpBinOp() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp3752 bool NSW = false; in parseValID() local
6202 bool NSW = EatIfPresent(lltok::kw_nsw); in parseInstruction() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp47729 bool NSW = Add->getFlags().hasNoSignedWrap(); in promoteExtBeforeAdd() local